Branch Coverage

blib/lib/Net/Z3950/PQF.pm
Criterion Covered Total %
branch 22 28 78.5


line true false branch
100 21 0 unless defined $attrset
124 3 64 if ($$this{'text'} =~ s/^"(.*?)"//)
129 1 63 if ($$this{'text'} =~ s/^{(.*?)}//)
134 2 61 if ($word eq '@attrset') { }
20 41 elsif ($word eq '@attr') { }
12 29 elsif ($word eq '@and' or $word eq '@or' or $word eq '@not') { }
0 29 elsif ($word eq '@prox') { }
3 26 elsif ($word eq '@set') { }
140 4 16 unless ($word =~ /=/)
152 4 8 if ($word eq '@and') { }
8 0 elsif ($word eq '@or') { }
0 0 elsif ($word eq '@not') { }
206 30 3 if ($type eq 'term') { }
3 0 elsif ($type eq 'rset') { }