Condition Coverage

blib/lib/Test/Pod/Coverage.pm
Criterion Covered Total %
condition 14 22 63.6


and 3 conditions

line !l l&&!r l&&r condition
122 1 0 0 @_ && ref $_[0] eq 'HASH'
161 2 7 4 @_ && ref $_[0] eq 'HASH'
189 1 1 1 $nopublics and not $verbose
232 0 0 2 @parts and exists $starters{$parts[0]}
233 0 0 2 @parts and $parts[0] eq 'lib'
238 0 0 6 /^([a-zA-Z0-9_\.\-]+)$/ and $_ eq $1

or 2 conditions

line l !l condition
164 1 12 delete $parms{'coverage_class'} || 'Pod::Coverage'
186 1 2 $ENV{'HARNESS_VERBOSE'} || 0