Branch Coverage

blib/lib/Parse/Hosts.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
36 0 1 unless (defined $content)
37 0 0 unless open my $fh, '<', '/etc/hosts'
45 2 8 unless $line =~ /\S/
47 1 7 if $line =~ /^\s*#/