blib/lib/Log/Handler/Output/Screen.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 26 | 0.0 |
line | true | false | branch |
---|---|---|---|
124 | 0 | 0 | @_ > 1 ? : |
127 | 0 | 0 | if ($self->{'dump'}) |
131 | 0 | 0 | if ($self->{'log_to'} eq 'STDOUT') { } |
0 | 0 | elsif ($self->{'log_to'} eq 'STDERR') { } | |
0 | 0 | elsif ($self->{'log_to'} eq 'WARN') { } | |
132 | 0 | 0 | if ($self->{'utf8'}) { } |
0 | 0 | elsif ($self->{'utf-8'}) { } | |
138 | 0 | 0 | unless print STDOUT $message->{'message'} |
140 | 0 | 0 | if ($self->{'utf8'}) { } |
0 | 0 | elsif ($self->{'utf-8'}) { } | |
146 | 0 | 0 | unless print STDERR $message->{'message'} |
161 | 0 | 0 | if ($@) |
173 | 0 | 0 | unless ($opts) |