Branch Coverage

blib/lib/Perl/Critic/Policy/Lax/ProhibitComplexMappings/LinesNotStatements.pm
Criterion Covered Total %
branch 10 16 62.5


line true false branch
43 3 6 if $element ne "map"
44 0 6 unless is_function_call($element)
47 0 6 unless $sib
50 0 6 if ($arg->isa("PPI::Structure::List"))
55 0 0 if ($arg and $arg->isa("PPI::Statement::Expression"))
62 0 6 unless $arg
63 1 5 unless $arg->isa("PPI::Structure::Block")
66 4 1 unless $arg =~ /[\x0d\x0a]/