Branch Coverage

File:blib/lib/App/Test/Generator/Mutation/ReturnUndef.pm
Coverage:64.3%

line%coveragebranch
64100TFunless $node->isa("PPI::Statement::Break")
6850TFunless my $first = $node->schild(0)
16950TFunless my $expr = $ret->schild(1)
173100TFif $expr->isa("PPI::Token::Structure") and $expr->content eq ";"
176100TFunless $expr->isa("PPI::Token")
179100TFif $expr->isa("PPI::Token::Word") and $expr->content =~ /^(?:if|unless|while|until|for|foreach)$/
212100TFunless $ret->line_number == $line
21350TFunless $ret->column_number == $col
21450TFunless my $expr = $ret->schild(1)
21750TFif $expr->isa("PPI::Token::Structure") and $expr->content eq ";"
22150TFunless $expr->isa("PPI::Token")
22450TFif $expr->isa("PPI::Token::Word") and $expr->content =~ /^(?:if|unless|while|until|for|foreach)$/
23550TFif ($@ or not $mutant)
2360TFif $@