Condition Coverage

lib/App/SessionObject.pm
Criterion Covered Total %
condition 0 38 0.0


and 3 conditions

line !l l&&!r l&&r condition
321 0 0 0 $cname ne $name and not $cname =~ /^$name\./
600 0 0 0 not $attrib and $$self{'label'}
601 0 0 0 not $attrib and $$self{'name'}
639 0 0 0 $App::DEBUG and $$self{'context'}->dbg(1)
644 0 0 0 defined $domain and $domain ne ''
649 0 0 0 $App::DEBUG and $$self{'context'}->dbg(1)
690 0 0 0 defined $lang and $lang ne ''
809 0 0 0 $lang && $dict

or 2 conditions

line l !l condition
801 0 0 $label || ''

or 3 conditions

line l !l&&r !l&&!r condition
240 0 0 0 $name ||= $$self{'name'}
272 0 0 0 $name ||= $$self{'name'}
686 0 0 0 not defined $attrib or $attrib eq ''
762 0 0 0 not defined $value or $value eq ''