blib/lib/Log/Fine/Formatter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 16 | 87.5 |
line | true | false | branch |
---|---|---|---|
127 | 1 | 0 | if ($class eq 'Log::Fine::Formatter') { } |
203 | 2 | 5 | if defined $str |
224 | 3 | 421 | if ($$self{'hires'}) { } |
227 | 0 | 3 | if $@ |
233 | 2 | 1 | unless defined $$self{'timestamp_format'} and $$self{'timestamp_format'} =~ /\w+/ |
238 | 2 | 1 | unless defined $$self{'precision'} and $$self{'precision'} =~ /^\d+$/ |
248 | 408 | 13 | unless defined $$self{'timestamp_format'} and $$self{'timestamp_format'} =~ /\w+/ |
268 | 5 | 30 | if ($$self{'hires'}) { } |