Condition Coverage

blib/lib/CGI/Widget/Tabs.pm
Criterion Covered Total %
condition 5 39 12.8


and 3 conditions

line !l l&&!r l&&r condition
252 10 0 0 ref $cgi ne 'CGI' and ref $cgi ne 'CGI::Minimal'
643 0 0 0 exists $$arg{'key'} and $$arg{'key'}
644 0 0 0 exists $$arg{'url'} and $$arg{'url'}
645 0 0 0 exists $$arg{'raw'} and $$arg{'raw'}
646 0 0 0 exists $$arg{'class'} and $$arg{'class'}
771 0 0 0 $indent and $row_nr > 1
793 0 0 0 $wrap and $heading_nr == $wrap

or 2 conditions

line l !l condition
298 44 0 $$self{'cgi_param'} || 'tab'
387 0 0 $$self{'class'} || 'tab'
751 0 0 $cgi->param($_) || ''

or 3 conditions

line l !l&&r !l&&!r condition
168 0 10 0 ref $proto || $proto
220 1 2 0 $h->key || $h->text
778 0 0 0 $h->key || $h->text
788 0 0 0 $h->url || "?$query_string_min_min$cgi_param=" . URI::Escape::uri_escape($param_value)