Branch Coverage

blib/lib/validate.pl
Criterion Covered Total %
branch 0 66 0.0


line true false branch
33 0 0 if $check =~ /^#/
34 0 0 if $check =~ /^$/
36 0 0 if ($test =~ s/^(!?-)(\w{2,}\b)/$1Z/) { }
48 0 0 unless $this =~ /\|\|/
52 0 0 if $warnings > $oldwarnings
60 0 0 unless $file =~ m[^/]
61 0 0 if ($this =~ /^(!?)-(\w)\s+\$file\s*$/) { }
64 0 0 if $tmp eq "r"
65 0 0 if $tmp eq "w"
66 0 0 if $tmp eq "x"
67 0 0 if $tmp eq "o"
68 0 0 if $tmp eq "R"
69 0 0 if $tmp eq "W"
70 0 0 if $tmp eq "X"
71 0 0 if $tmp eq "O"
72 0 0 if $tmp eq "e"
73 0 0 if $tmp eq "z"
74 0 0 if $tmp eq "s"
75 0 0 if $tmp eq "f"
76 0 0 if $tmp eq "d"
77 0 0 if $tmp eq "l"
78 0 0 if $tmp eq "p"
79 0 0 if $tmp eq "S"
80 0 0 if $tmp eq "b"
81 0 0 if $tmp eq "c"
82 0 0 if $tmp eq "u"
83 0 0 if $tmp eq "g"
84 0 0 if $tmp eq "k"
85 0 0 if $tmp eq "T"
86 0 0 if $tmp eq "B"
87 0 0 if ($neg eq "!")
88 0 0 unless $mess =~ s/ is not / should not be / or $mess =~ s/ does not / should not /
98 0 0 if ($disposition eq "die")