Branch Coverage

File:blib/lib/App/Test/Generator/Mutation/BooleanNegation.pm
Coverage:80.8%

line%coveragebranch
80100TF@{$returns;} ? :
189100TFunless @expr
19450TFif @expr == 1 and not $expr[0]->isa("PPI::Token")
237100TFunless $ret->line_number == $line
23850TFunless $ret->column_number == $col
24250TFunless @expr
24550TFif @expr == 1 and not $expr[0]->isa("PPI::Token")
258100TF$self->_in_conditional($ret) ? :
263100TFif ($@ or not $mutant)
26450TFif $@
293100TFif (@children and $children[-1]->isa("PPI::Token::Structure") and $children[-1]->content eq ";")
299100TFunless $child->isa("PPI::Token::Word")
300100TFunless $child->content =~ /^(?:if|unless|while|until|for|foreach)$/