| File: | blib/lib/App/Test/Generator/Mutation/ConditionalInversion.pm |
| Coverage: | 62.5% |
| line | % | coverage | condition | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 54 | 100 |
| $doc->find('PPI::Statement::Compound') || [] | ||||||||||||
| 57 | 33 |
| $first and $first->isa("PPI::Token::Word") | ||||||||||||
| 59 | 67 |
| $type eq "if" or $type eq "unless" | ||||||||||||
| 147 | 100 |
| $doc->find('PPI::Statement::Compound') || [] | ||||||||||||
| 155 | 33 |
| $first_word and $first_word->isa("PPI::Token::Word") | ||||||||||||
| 157 | 100 |
| $type eq "if" or $type eq "unless" | ||||||||||||
| 185 | 50 |
| $doc->find('PPI::Statement::Compound') || [] | ||||||||||||
| 195 | 33 |
| $first and $first->isa("PPI::Token::Word") | ||||||||||||
| 204 | 67 |
| $@ or not $mutant |