Condition Coverage

blib/lib/Perl/Critic/TooMuchCode.pm
Criterion Covered Total %
condition 7 15 46.6


and 3 conditions

line !l l&&!r l&&r condition
55 2 0 5 $children[0]->content eq "our" and $children[1]->content eq '@EXPORT' || $children[1]->content eq '@EXPORT_OK'
0 0 5 $children[0]->content eq "our" and $children[1]->content eq '@EXPORT' || $children[1]->content eq '@EXPORT_OK' and $children[2]->content eq "="
0 0 5 $children[0]->content eq "our" and $children[1]->content eq '@EXPORT' || $children[1]->content eq '@EXPORT_OK' and $children[2]->content eq "=" and $children[3]->isa("PPI::Token::QuoteLike::Words")
0 0 5 $children[0]->content eq "our" and $children[1]->content eq '@EXPORT' || $children[1]->content eq '@EXPORT_OK' and $children[2]->content eq "=" and $children[3]->isa("PPI::Token::QuoteLike::Words") and $children[4]->content eq ";"

or 3 conditions

line l !l&&r !l&&!r condition
55 2 3 0 $children[1]->content eq '@EXPORT' || $children[1]->content eq '@EXPORT_OK'