blib/lib/Dancer/Logger/Hourlyfile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
27 | 0 | 0 | if ($log_time eq 'gmtime') { } |
44 | 0 | 0 | unless $fh->print($self->format_message($level, $message)) |
58 | 0 | 0 | if ($self->{'log_time'} eq 'gmt') { } |
69 | 0 | 0 | if (ref $test_fh and $test_fh->opened) |
74 | 0 | 0 | if (exists $self->{'log_current'} and $self->{'log_current'} eq $current_time) |
79 | 0 | 0 | if ref $test_fh |
85 | 0 | 0 | if ($self->{'log_hourly'} eq 'extended') |
97 | 0 | 0 | unless open my $fh, '>>', $self->{'log_file'} |