Condition Coverage

blib/lib/Test/CGI/Untaint.pm
Criterion Covered Total %
condition 16 31 51.6


and 3 conditions

line !l l&&!r l&&r condition
183 0 0 2 ref $result && ref $wanted
410 1 0 4 UNIVERSAL::isa($e1, 'ARRAY') and UNIVERSAL::isa($e2, 'ARRAY')
1 0 0 UNIVERSAL::isa($e1, 'HASH') and UNIVERSAL::isa($e2, 'HASH')
1 0 0 UNIVERSAL::isa($e1, 'REF') and UNIVERSAL::isa($e2, 'REF')
1 0 0 UNIVERSAL::isa($e1, 'SCALAR') and UNIVERSAL::isa($e2, 'SCALAR')

or 2 conditions

line l !l condition
344 2 15 $Test::CGI::Untaint::config_vars || {}
449 2 1 $$entry{'type'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
80 1 5 0 $name ||= "'${data}' extractable as $func"
124 1 3 0 $name ||= "'${data}' unextractable as $func"
160 0 2 0 $name ||= "'${data}' deeply extractable as $func"
221 0 4 0 $name ||= "'${data}' extractable as a '${class}'"