| blib/lib/POE/Filter/JSON/Incr.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 12 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 0 | 1 | unless $self->meta->can('clone_object') |
| 88 | 0 | 2 | unless ref $chunks |
| 113 | 9 | 7 | if (my(@out) = eval { do { $self->incr_parse($chunk) } }) |
| 117 | 1 | 15 | if ($@) |
| 129 | 0 | 1 | if ($self->errors) { } |
| 144 | 1 | 1 | if (my(@contents) = @{$self->buffer;}) { } |