Branch Coverage

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


line true false branch
29 0 0 unless @_ == 1
36 0 14 unless @_ >= 1
40 0 14 unless (defined $mode)
41 0 0 wantarray ? :
44 14 0 if $NOVICE_MODE
49 0 14 $opts{'no_ftype'} ? :
51 0 14 if ($setids)
52 0 0 if ($setids & 1)
53 0 0 $1 eq 'x' ? :
55 0 0 if ($setids & 4)
56 0 0 $1 eq 'x' ? :
58 0 0 if ($setids & 2)
59 0 0 $1 eq 'x' ? :
63 0 14 if (wantarray) { }
71 0 6 unless @_ == 1
75 0 6 unless (defined $mode)
76 0 0 if (wantarray) { }
79 0 0 if $NOVICE_MODE
91 0 0 unless @_ == 1
113 0 14 if ($badmode{$mode})