Condition Coverage

inc/Test/Pod/Coverage.pm
Criterion Covered Total %
condition 6 22 27.2


and 3 conditions

line !l l&&!r l&&r condition
114 1 0 0 @_ && ref $_[0] eq 'HASH'
153 0 0 1 @_ && ref $_[0] eq 'HASH'
181 0 0 0 $nopublics and not $verbose
224 0 0 1 @parts and exists $starters{$parts[0]}
225 0 0 1 @parts and $parts[0] eq 'lib'
230 0 0 3 /^([a-zA-Z0-9_\.\-]+)$/ and $_ eq $1

or 2 conditions

line l !l condition
156 0 1 delete $parms{'coverage_class'} || 'Pod::Coverage'
178 0 0 $ENV{'HARNESS_VERBOSE'} || 0