Branch Coverage

blib/lib/LibWeb/Core.pm
Criterion Covered Total %
branch 14 26 53.8


line true false branch
69 1 3 if (%LibWeb::Core::RC) { }
74 0 3 if $@
76 0 3 unless $$self{'HHTML'}
93 3 0 unless ($LibWeb::Core::OS)
94 0 3 unless ($LibWeb::Core::OS = $^O)
99 0 3 if ($LibWeb::Core::OS =~ /Win/i) { }
0 3 elsif ($LibWeb::Core::OS =~ /vms/i) { }
0 3 elsif ($LibWeb::Core::OS =~ /bsdos/i) { }
0 3 elsif ($LibWeb::Core::OS =~ /dos/i) { }
0 3 elsif ($LibWeb::Core::OS =~ /^MacOS$/i) { }
0 3 elsif ($LibWeb::Core::OS =~ /os2/i) { }
127 0 3 if ($LibWeb::Core::OS eq 'VMS') { }
0 3 elsif ($EBCDIC) { }