Condition Coverage

blib/lib/Gantry/Utils/HTML.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
349 0 0 0 defined $multiple && $multiple
371 0 0 0 defined $type && $type =~ /cat/

or 2 conditions

line l !l condition
114 0 0 shift() || ''

or 3 conditions

line l !l&&r !l&&!r condition
185 0 0 0 not defined $level or $level eq ''
255 0 0 0 ref $vals eq 'HASH' or ref $vals eq 'Apache::Request::Table'
284 0 0 0 ref $check eq 'HASH' or ref $check eq 'Apache::Request::Table'
293 0 0 0 not defined $params or $params =~ /^\s+$/
307 0 0 0 ref $check eq 'HASH' or ref $check eq 'Apache::Request::Table'
316 0 0 0 not defined $params or $params =~ /^\s+$/
333 0 0 0 ref $vals eq 'HASH' or ref $vals eq 'Apache::Request::Table'