blib/lib/Dancer/Logger/Pipe.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 6 | 66.6 |
line | true | false | branch |
---|---|---|---|
18 | 1 | 2 | unless open my $fh, '|-', $command |
30 | 0 | 2 | unless ref $fh and $fh->opened |
32 | 0 | 2 | unless $fh->print($self->format_message($level, $message)) |