| line | % | coverage | branch |
| 65 | 100 | T | F | unless $node->isa("PPI::Statement::Break") |
| 68 | 50 | T | F | unless my $first = $node->schild(0) |
| 170 | 50 | T | F | unless my $expr = $ret->schild(1) |
| 171 | 100 | T | F | if $expr->isa("PPI::Token::Structure") and $expr->content eq ";" |
| 175 | 50 | T | F | unless $expr->isa("PPI::Token") |
| 178 | 100 | T | F | if $expr->isa("PPI::Token::Word") and $expr->content =~ /^(?:if|unless|while|until|for|foreach)$/ |
| 219 | 100 | T | F | unless $ret->line_number == $line |
| 220 | 50 | T | F | unless $ret->column_number == $col |
| 223 | 50 | T | F | unless my $expr = $ret->schild(1) |
| 226 | 50 | T | F | if $expr->isa("PPI::Token::Structure") and $expr->content eq ";" |
| 229 | 50 | T | F | unless $expr->isa("PPI::Token") |
| 232 | 50 | T | F | if $expr->isa("PPI::Token::Word") and $expr->content =~ /^(?:if|unless|while|until|for|foreach)$/ |
| 244 | 50 | T | F | if ($@ or not $mutant) |
| 245 | 0 | T | F | if $@ |