Condition Coverage

lib/Pod/Tidy.pm
Criterion Covered Total %
condition 11 19 57.8


and 2 conditions

line l !l condition
82 0 0 "can't open file: $!" && (next)
190 0 0 "can't open dir: $!" && (next)

and 3 conditions

line !l l&&!r l&&r condition
180 0 0 11 -r $item and -x $item
219 1 1 18 defined $filename and -e $filename
234 1 1 2 defined $filename and -e $filename

or 3 conditions

line l !l&&r !l&&!r condition
141 6 0 20 'File::Spec'->rel2abs($item) =~ /$pattern/ or $item =~ /$pattern/
6 0 20 'File::Spec'->rel2abs($item) =~ /$pattern/ or $item =~ /$pattern/ or base($item) =~ /$pattern/