blib/lib/Log/Dispatch/Colorful.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 16 | 56.2 |
line | true | false | branch |
---|---|---|---|
25 | 1 | 1 | if (ref $arg) |
59 | 1 | 0 | exists $p{'color'} ? : |
60 | 1 | 0 | exists $p{'stderr'} ? : |
66 | 2 | 0 | if ($$self{'color'}{$p{'level'}}{'text'}) |
70 | 2 | 0 | if ($$self{'color'}{$p{'level'}}{'background'}) |
87 | 0 | 2 | unless $self->_should_log($p{'level'}) |
89 | 2 | 0 | if $$self{'callbacks'} |
99 | 2 | 0 | if ($$self{'stderr'}) { } |