Condition Coverage

blib/lib/WWW/CMS.pm
Criterion Covered Total %
condition 0 10 0.0


and 3 conditions

line !l l&&!r l&&r condition
23 0 0 0 $$args{'TemplateBase'} and -d $$args{'TemplateBase'}
32 0 0 0 $$args{'Module'} and -f "$$args{'TemplateBase'}/$$args{'Module'}"

or 2 conditions

line l !l condition
41 0 0 "$$args{'TemplateBase'}/$$args{'Module'}" || sub { $$self{'ERRMSG'} = "Failed to open template module '$$args{'TemplateBase'}/$$args{'Module'}': $!"; return; }
68 0 0 shift() || sub { $$self{'ERRSTR'} = 'CGI object not passed into publicize()'; return; }