| File: | blib/lib/App/Test/Generator/Mutation/ConditionalInversion.pm |
| Coverage: | 68.2% |
| line | % | coverage | branch | |
|---|---|---|---|---|
| 57 | 50 | T | F | unless $first and $first->isa("PPI::Token::Word") |
| 59 | 50 | T | F | if $type eq "if" or $type eq "unless" |
| 155 | 50 | T | F | unless $first_word and $first_word->isa("PPI::Token::Word") |
| 157 | 100 | T | F | unless $type eq "if" or $type eq "unless" |
| 161 | 50 | T | F | unless $cond |
| 168 | 100 | T | F | $type eq 'if' ? : |
| 190 | 100 | T | F | unless $stmt->location->[0] == $line |
| 191 | 50 | T | F | unless $stmt->location->[1] == $col |
| 195 | 50 | T | F | unless $first and $first->isa("PPI::Token::Word") |
| 204 | 100 | T | F | if ($@ or not $mutant) |
| 205 | 50 | T | F | if $@ |