Condition Coverage

inc/Test/Pod/Coverage.pm
Criterion Covered Total %
condition 9 22 40.9


and 3 conditions

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

or 2 conditions

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