| line | % | coverage | branch |
| 64 | 100 | T | F | unless $node->isa("PPI::Statement::Break") |
| 68 | 50 | T | F | unless my $first = $node->schild(0) |
| 169 | 50 | T | F | unless my $expr = $ret->schild(1) |
| 173 | 100 | T | F | if $expr->isa("PPI::Token::Structure") and $expr->content eq ";" |
| 176 | 100 | T | F | unless $expr->isa("PPI::Token") |
| 179 | 100 | T | F | if $expr->isa("PPI::Token::Word") and $expr->content =~ /^(?:if|unless|while|until|for|foreach)$/ |
| 212 | 100 | T | F | unless $ret->line_number == $line |
| 213 | 50 | T | F | unless $ret->column_number == $col |
| 214 | 50 | T | F | unless my $expr = $ret->schild(1) |
| 217 | 50 | T | F | if $expr->isa("PPI::Token::Structure") and $expr->content eq ";" |
| 221 | 50 | T | F | unless $expr->isa("PPI::Token") |
| 224 | 50 | T | F | if $expr->isa("PPI::Token::Word") and $expr->content =~ /^(?:if|unless|while|until|for|foreach)$/ |
| 235 | 50 | T | F | if ($@ or not $mutant) |
| 236 | 0 | T | F | if $@ |