blib/lib/Log/Any/Proxy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 26 | 69.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
95 | 93 | 0 | 15 | $self->{'adapter'}->can('structured') && !$self->{'filter'} |
97 | 0 | 96 | 12 | @parts and (ref $parts[-1] || '') eq ref {} |
114 | 27 | 0 | 66 | length $message and not $structured_logging |
118 | 0 | 0 | 66 | defined $message and length $message |
120 | 62 | 0 | 4 | defined $self->{'prefix'} and length $self->{'prefix'} |
131 | 0 | 27 | 19 | defined $message and length $message |
line | l | !l | condition |
---|---|---|---|
97 | 14 | 94 | ref $parts[-1] || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
92 | 79 | 29 | 5 | $self->{'adapter'}->$is_realname or defined wantarray |
128 | 18 | 28 | 0 | $self->{'adapter'}->$is_realname or defined wantarray |