Condition Coverage

blib/lib/CGI/pWiki.pm
Criterion Covered Total %
condition 1 34 2.9


and 3 conditions

line !l l&&!r l&&r condition
362 0 0 0 -r $$self{'pt'} and not -w $$self{'pt'}
668 0 0 0 $cmd eq 'E' and /^[^0-9]/
669 0 0 0 $cmd eq 'E' and /^[0-9]/

or 2 conditions

line l !l condition
477 0 0 $ENV{'REMOTE_USER'} || 'unknown'
610 0 0 $$TEMPLATE{$temp} || ''

or 3 conditions

line l !l&&r !l&&!r condition
255 0 1 0 ref $proto || $proto
472 0 0 0 $ENV{'DOCUMENT_ROOT'} || $self->error('DOCUMENT_ROOT not defined')
473 0 0 0 $ENV{'HTTP_HOST'} || $self->error('HTTP_HOST not defined')
474 0 0 0 $ENV{'REQUEST_METHOD'} || $self->error('REQUEST_METHOD not defined')
475 0 0 0 $ENV{'SCRIPT_NAME'} || $self->error('SCRIPT_NAME not defined')
476 0 0 0 $ENV{'REQUEST_URI'} || $self->error('REQUEST_URI not defined')
566 0 0 0 $self->template('style') || $$self{'HTML'}