| 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') { } |
| 199 | 2 | 5 | if defined $str |
| 220 | 3 | 421 | if ($self->{'hires'}) { } |
| 223 | 0 | 3 | if $@ |
| 230 | 2 | 1 | unless defined $self->{'timestamp_format'} and $self->{'timestamp_format'} =~ /\w+/ |
| 235 | 2 | 1 | unless defined $self->{'precision'} and $self->{'precision'} =~ /^\d+$/ |
| 244 | 408 | 13 | unless defined $self->{'timestamp_format'} and $self->{'timestamp_format'} =~ /\w+/ |
| 262 | 5 | 30 | if ($self->{'hires'}) { } |