Branch Coverage

blib/lib/POE/Filter/JSONMaybeXS.pm
Criterion Covered Total %
branch 3 12 25.0


line true false branch
17 0 1 if @_ % 2
30 1 0 if (my(@jsons) = eval { do { $$self[1]->incr_parse($json) } }) { }
42 0 0 unless ref $lines
50 0 0 if (my $line = shift @{$$self[0];})
51 0 0 if (my(@jsons) = eval { do { $$self[1]->incr_parse($line) } }) { }
67 1 0 if (my $json = eval { do { $$self[1]->encode($obj) } }) { }