| blib/lib/App/yajg/Output.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 2 | 18 | 11.1 | 
| 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 | 0 | 1 | $class->need_change_depth and $self->max_depth | 
| 94 | 0 | 0 | 0 | $self->color and $class->can_highlight | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 54 | 0 | 0 | 0 | $highlighted || $string | 
| 77 | 0 | 0 | 1 | $@ or not defined $VAR1 |