Condition Coverage

blib/lib/RDF/NLP/SPARQLQuery.pm
Criterion Covered Total %
condition 8 15 53.3


and 3 conditions

line !l l&&!r l&&r condition
397 47 0 0 $self->verbose > 0 and $self->verbose >= $level

or 3 conditions

line l !l&&r !l&&!r condition
170 10 0 20 $line =~ /^\s*#/ or $line =~ /^\s*$/
184 10 0 94 $line =~ /^\s*#/ or $line =~ /^\s*$/
208 10 0 72 $line =~ /^\s*#/ or $line =~ /^\s*$/
0 0 72 $line =~ /^\s*#/ or $line =~ /^\s*$/ or exists $lines{$line}