| blib/lib/App/yajg/Output.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 18 | 16.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 29 | 0 | 0 | 0 | $class->can_highlight and length $string |
| 52 | 0 | 0 | 0 | $utf8 and not utf8::is_utf8($highlighted) |
| 73 | 0 | 1 | 4 | $class->need_change_depth and $self->max_depth |
| 99 | 0 | 0 | 0 | $self->color and $class->can_highlight |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 54 | 0 | 0 | 0 | $highlighted || $string |
| 82 | 0 | 0 | 4 | $@ or not defined $VAR1 |