| File: | blib/lib/App/Test/Generator/Mutation/ConditionalInversion.pm |
| Coverage: | 59.1% |
| line | % | coverage | branch | |
|---|---|---|---|---|
| 30 | 50 | T | F | unless $first and $first->isa("PPI::Token::Word") |
| 32 | 50 | T | F | if $type eq "if" or $type eq "unless" |
| 122 | 50 | T | F | unless $first_word and $first_word->isa("PPI::Token::Word") |
| 124 | 100 | T | F | unless $type eq "if" or $type eq "unless" |
| 128 | 50 | T | F | unless $cond |
| 135 | 100 | T | F | $type eq 'if' ? : |
| 155 | 100 | T | F | unless $stmt->location->[0] == $line |
| 156 | 50 | T | F | unless $stmt->location->[1] == $col |
| 160 | 50 | T | F | unless $first and $first->isa("PPI::Token::Word") |
| 169 | 50 | T | F | if ($@ or not $mutant) |
| 170 | 0 | T | F | if $@ |