Condition Coverage

blib/lib/Net/Server/PSGI.pm
Criterion Covered Total %
condition 2 13 15.3


and 3 conditions

line !l l&&!r l&&r condition
55 1 0 0 $ENV{'HTTPS'} && $ENV{'HTTPS'} eq 'on'
96 0 1 0 not ref $app and $app
125 0 0 0 blessed($body) and $body->can('getline')

or 2 conditions

line l !l condition
70 0 0 "$@" || 'Something happened'
97 0 0 eval { do { require CGI::Compile; 'CGI::Compile'->compile($app) } } || die('Failed to compile app with CGI::Compile')