Branch Coverage

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

line%coveragebranch
65100TFunless $node->isa("PPI::Statement::Break")
6850TFunless my $first = $node->schild(0)
17050TFunless my $expr = $ret->schild(1)
171100TFif $expr->isa("PPI::Token::Structure") and $expr->content eq ";"
17550TFunless $expr->isa("PPI::Token")
178100TFif $expr->isa("PPI::Token::Word") and $expr->content =~ /^(?:if|unless|while|until|for|foreach)$/
219100TFunless $ret->line_number == $line
22050TFunless $ret->column_number == $col
22350TFunless my $expr = $ret->schild(1)
22650TFif $expr->isa("PPI::Token::Structure") and $expr->content eq ";"
22950TFunless $expr->isa("PPI::Token")
23250TFif $expr->isa("PPI::Token::Word") and $expr->content =~ /^(?:if|unless|while|until|for|foreach)$/
24450TFif ($@ or not $mutant)
2450TFif $@