Branch Coverage

blib/lib/Trav/Dir.pm
Criterion Covered Total %
branch 0 44 0.0


line true false branch
11 0 0 if ($options->{$name})
40 0 0 if ($o->{'minsize'} or $o->{'maxsize'})
53 0 0 unless ($f or $o->{'callback'})
59 0 0 unless (opendir $dh, $dir)
65 0 0 if ($o->{'preprocess'})
69 0 0 if ($file eq '.' or $file eq '..')
72 0 0 if ($o->{'rejfile'} and $file =~ /$o->{'rejfile'}/)
73 0 0 if ($o->{'verbose'})
79 0 0 if ($o->{'verbose'})
83 0 0 if (-d $dfile)
84 0 0 unless ($o->{'no_trav'} and $dfile =~ /$o->{'no_trav'}/)
85 0 0 if (-l $dfile)
87 0 0 if ($o->{'verbose'})
94 0 0 if ($o->{'no_dir'})
99 0 0 if (-l $dfile)
101 0 0 if ($o->{'verbose'})
106 0 0 if (not $is_dir and $o->{'size'})
108 0 0 if ($size > $o->{'maxsize'} or $size < $o->{'minsize'})
109 0 0 if ($o->{'verbose'})
115 0 0 if (not $o->{'only'} or $file =~ /$o->{'only'}/)
124 0 0 if ($f)
127 0 0 if ($o->{'callback'})