Branch Coverage

blib/lib/Log/ger/Layout/LTSV.pm
Criterion Covered Total %
branch 43 48 89.5


line true false branch
45 3 2 if (ref $msg0 eq 'HASH') { }
51 1 4 if ($plugin_conf->{'delete_fields'})
53 1 1 if (ref $f eq 'Regexp') { }
55 1 1 if $k =~ /$f/
63 1 4 if (my $ff = $plugin_conf->{'add_fields'})
69 1 4 if (my $ff = $plugin_conf->{'add_special_fields'})
75 0 0 if ($mentioned_specials{'Class'} or $mentioned_specials{'File'} or $mentioned_specials{'Line'} or $mentioned_specials{'Location'})
84 1 0 if ($mentioned_specials{'Location'} or $mentioned_specials{'Method'})
91 1 0 if ($mentioned_specials{'Stack_Trace'})
99 1 14 if ($sf eq 'Category') { }
1 13 elsif ($sf eq 'Class') { }
1 12 elsif ($sf eq 'Date_Local') { }
1 11 elsif ($sf eq 'Date_GMT') { }
1 10 elsif ($sf eq 'File') { }
1 9 elsif ($sf eq 'Hostname') { }
1 8 elsif ($sf eq 'Location') { }
1 7 elsif ($sf eq 'Line') { }
1 6 elsif ($sf eq 'Message') { }
1 5 elsif ($sf eq 'Method') { }
1 4 elsif ($sf eq 'Level') { }
1 3 elsif ($sf eq 'PID') { }
1 2 elsif ($sf eq 'Elapsed_Start') { }
1 1 elsif ($sf eq 'Elapsed_Last') { }
1 0 elsif ($sf eq 'Stack_Trace') { }