Condition Coverage

blib/lib/Pod/Find.pm
Criterion Covered Total %
condition 0 34 0.0


and 3 conditions

line !l l&&!r l&&r condition
242 0 0 0 $opts{'-perl'} and /^(\d+\.[\d_]+)\z/s
0 0 0 $opts{'-perl'} and /^(\d+\.[\d_]+)\z/s and eval "$1" != $]
276 0 0 0 -f $file and -T $file
0 0 0 -f $file and -T $file and $file =~ /\.(pod|pm|plx?)\z/i || -x $file
395 0 0 0 defined $_[0] and ref $_[0] eq "HASH"
419 0 0 0 $^O eq "MacOS" and $options{'-inc'}
468 0 0 0 -f $fullext and contains_pod($fullext, $options{'-verbose'})
485 0 0 0 'File::Spec'->case_tolerant || $^O =~ /macos|darwin|cygwin/i and -d "File::Spec"->catdir($dir, "pods")

or 2 conditions

line l !l condition
138 0 0 $opts{'-verbose'} ||= 0
139 0 0 $opts{'-perl'} ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
276 0 0 0 $file =~ /\.(pod|pm|plx?)\z/i || -x $file
485 0 0 0 'File::Spec'->case_tolerant || $^O =~ /macos|darwin|cygwin/i