| line | % | coverage | branch |
| 80 | 100 | T | F | @{$returns;} ? : |
| 189 | 100 | T | F | unless @expr |
| 194 | 50 | T | F | if @expr == 1 and not $expr[0]->isa("PPI::Token") |
| 237 | 100 | T | F | unless $ret->line_number == $line |
| 238 | 50 | T | F | unless $ret->column_number == $col |
| 242 | 50 | T | F | unless @expr |
| 245 | 50 | T | F | if @expr == 1 and not $expr[0]->isa("PPI::Token") |
| 258 | 100 | T | F | $self->_in_conditional($ret) ? : |
| 263 | 100 | T | F | if ($@ or not $mutant) |
| 264 | 50 | T | F | if $@ |
| 293 | 100 | T | F | if (@children and $children[-1]->isa("PPI::Token::Structure") and $children[-1]->content eq ";") |
| 299 | 100 | T | F | unless $child->isa("PPI::Token::Word") |
| 300 | 100 | T | F | unless $child->content =~ /^(?:if|unless|while|until|for|foreach)$/ |