Condition Coverage

blib/lib/Trav/Dir.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
72 0 0 0 $o->{'rejfile'} and $file =~ /$o->{'rejfile'}/
84 0 0 0 $o->{'no_trav'} and $dfile =~ /$o->{'no_trav'}/
106 0 0 0 not $is_dir and $o->{'size'}

or 3 conditions

line l !l&&r !l&&!r condition
40 0 0 0 $o->{'minsize'} or $o->{'maxsize'}
53 0 0 0 $f or $o->{'callback'}
69 0 0 0 $file eq '.' or $file eq '..'
108 0 0 0 $size > $o->{'maxsize'} or $size < $o->{'minsize'}
115 0 0 0 not $o->{'only'} or $file =~ /$o->{'only'}/