Branch Coverage

blib/lib/Stat/lsMode.pm
Criterion Covered Total %
branch 9 40 22.5


line true false branch
18 0 0 unless @_ == 1
25 0 14 unless @_ >= 1
29 0 14 unless (defined $mode)
30 0 0 wantarray ? :
33 14 0 if $NOVICE_MODE
38 0 14 $opts{'no_ftype'} ? :
40 0 14 if ($setids)
41 0 0 if ($setids & 1)
42 0 0 $1 eq 'x' ? :
44 0 0 if ($setids & 4)
45 0 0 $1 eq 'x' ? :
47 0 0 if ($setids & 2)
48 0 0 $1 eq 'x' ? :
52 0 14 if (wantarray) { }
60 0 6 unless @_ == 1
64 0 6 unless (defined $mode)
65 0 0 if (wantarray) { }
68 0 0 if $NOVICE_MODE
77 0 0 unless @_ == 1
99 0 14 if ($badmode{$mode})