Condition Coverage

blib/lib/CGI/Builder.pm
Criterion Covered Total %
condition 16 33 48.4


and 3 conditions

line !l l&&!r l&&r condition
51 11 0 0 $cbb->isa('Apache::CGI::Builder') and $Apache::CGI::Builder::usage
143 0 8 0 warnings::enabled() and not $n =~ /^(?:my)?_/
162 8 0 3 defined $p and length $p
196 0 0 15 defined $p and length $p
219 3 0 5 defined $p and length $p
247 0 0 1 defined $url and length $url
259 4 0 4 $sub eq '(eval)' and (caller $i + 1)[3]

or 3 conditions

line l !l&&r !l&&!r condition
36 0 0 0 $_[1] or $_[0]->PHASE
183 7 0 3 $has_content or defined $s->header->{-'status'}
200 0 3 12 $$shm{$p} || $s->can("SH_$p")
209 11 0 2 $$phm{$p} || $s->can("PH_$p") || !$s->page_content_check && ($$phm{'AUTOLOAD'} || $s->can('PH_AUTOLOAD'))