Branch Coverage

blib/lib/AppConfig/Sys.pm
Criterion Covered Total %
branch 11 32 34.3


line true false branch
29 0 3 if ($^O =~ /win32/i) { }
32 0 0 wantarray ? :
42 0 3 defined $_[0] ? :
45 0 3 defined $_[0] ? :
103 0 0 if $method eq 'DESTROY'
106 0 0 if ($method =~ s/^can_//i and exists $$self{'CAN'}{$method}) { }
0 0 elsif (exists $$self{'METHOD'}{$method}) { }
0 0 elsif (exists $$self{uc $method}) { }
111 0 0 if ($$self{'CAN'}{$method}) { }
153 3 1 unless ($os)
154 0 3 unless ($os = $^O)
159 1 3 if ($os =~ /win32/i) { }
0 3 elsif ($os =~ /vms/i) { }
0 3 elsif ($os =~ /mac/i) { }
0 3 elsif ($os =~ /os2/i) { }
207 0 0 $$self{'CAN'}{$can} ? :