Branch Coverage

blib/lib/Log/Syslog/Abstract.pm
Criterion Covered Total %
branch 21 26 80.7


line true false branch
21 5 0 unless ($_DETECTED)
27 1 4 if (not $@) { }
31 3 1 if (not $@) { }
56 1 3 unless defined $id
57 1 2 unless defined $flags
58 1 1 unless defined $facility
81 1 0 if ($Sys::Syslog::VERSION < 0.16)
105 1 3 unless (defined $flag_map)
111 0 6 unless (exists $$flag_map{$thing})
135 1 32 unless (defined $fac_map)
141 0 34 unless (exists $$fac_map{$thing})
172 41 0 if /^LOG_/
177 30 6 if (defined $value)