Condition Coverage

blib/lib/Perl/Critic/Policy/Community/POSIXImports.pm
Criterion Covered Total %
condition 5 10 50.0


and 3 conditions

line !l l&&!r l&&r condition
21 0 0 5 ($elem->type // "") eq "use" and ($elem->module // "") eq "POSIX"
0 3 2 ($elem->type // "") eq "use" and ($elem->module // "") eq "POSIX" and not $elem->arguments

or 2 conditions

line l !l condition
21 5 0 $elem->type // ""
5 0 $elem->module // ""