Branch Coverage

blib/lib/Net/SPOCP/SExpr.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
33 25 47 if (ref $x eq 'ARRAY') { }
0 47 elsif (ref $x eq 'HASH') { }
48 0 0 if (ref $$x{$key}) { }
71 0 3 unless defined $expr[0]
73 1 2 if (ref $expr[0] eq 'ARRAY') { }
1 1 elsif ($expr[0] =~ /^\(.*\)$/) { }