Condition Coverage

blib/lib/Embperl/App.pm
Criterion Covered Total %
condition 4 26 15.3


and 3 conditions

line !l l&&!r l&&r condition
112 12 0 0 $virtlog ne '' and $Embperl::dbgLogLink
265 0 0 0 $ok and $ret
272 0 0 0 defined $v and $v ne ''

or 2 conditions

line l !l condition
37 100 0 $name ||= 'Embperl'
91 0 12 $mail ||= ''
145 0 12 $ENV{'SERVER_SOFTWARE'} || 'Offline'
174 0 0 $self->config->mailhost || 'localhost'
223 0 0 $ENV{'SERVER_SOFTWARE'} || 'Offline'
257 0 0 $self->config->mailhost || 'localhost'
0 0 $self->config->maildebug || 0

or 3 conditions

line l !l&&r !l&&!r condition
262 0 0 0 $self->config->mailfrom || 'WWW-Server@' . ($ENV{'SERVER_NAME'} || 'localhost')