Condition Coverage

blib/lib/Test/Pod/Coverage/Permissive.pm
Criterion Covered Total %
condition 18 29 62.0


and 3 conditions

line !l l&&!r l&&r condition
79 1 0 0 @_ && ref $_[0] eq 'HASH'
111 2 6 3 @_ && ref $_[0] eq 'HASH'
134 1 1 1 $nopublics and not $verbose
177 0 0 2 @parts and exists $starters{$parts[0]}
178 0 0 2 @parts and $parts[0] eq 'lib'
183 0 0 8 /^([a-zA-Z0-9_\.\-]+)$/ and $_ eq $1

or 2 conditions

line l !l condition
114 11 0 eval { do { LoadFile('t/pod_correct.yaml') } } || {}
116 1 10 $coverage->naked || 0
120 0 8 $$correct{$module} || 0
130 1 2 $ENV{'HARNESS_VERBOSE'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
132 2 0 1 $nopublics || exists $$coverage{$module}