| line | % | coverage | branch |
| 80 | 100 | T | F | @{$returns;} ? : |
| 189 | 100 | T | F | unless @expr |
| 193 | 100 | T | F | if @expr == 1 and not $expr[0]->isa("PPI::Token") |
| 228 | 100 | T | F | unless $ret->line_number == $line |
| 229 | 50 | T | F | unless $ret->column_number == $col |
| 232 | 50 | T | F | unless @expr |
| 233 | 50 | T | F | if @expr == 1 and not $expr[0]->isa("PPI::Token") |
| 246 | 100 | T | F | $self->_in_conditional($ret) ? : |
| 251 | 100 | T | F | if ($@ or not $mutant) |
| 252 | 50 | T | F | if $@ |
| 281 | 100 | T | F | if (@children and $children[-1]->isa("PPI::Token::Structure") and $children[-1]->content eq ";") |
| 287 | 100 | T | F | unless $child->isa("PPI::Token::Word") |
| 288 | 100 | T | F | unless $child->content =~ /^(?:if|unless|while|until|for|foreach)$/ |