Branch Coverage

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


line true false branch
18 0 1 if @_ % 2
31 1 0 if (my $data = eval { do { $$self[1]->decode($json) } }) { }
42 0 0 unless ref $lines
50 0 0 if (my $line = shift @{$$self[0];})
51 0 0 if (my $data = eval { do { $$self[1]->decode($line) } }) { }
66 1 0 if (my $json = eval { do { $$self[1]->encode($obj) } }) { }