Condition Coverage

blib/lib/FCGI/Daemon.pm
Criterion Covered Total %
condition 0 35 0.0


and 3 conditions

line !l l&&!r l&&r condition
67 0 0 0 $FCGI::Daemon::REAL_USER_ID == $FCGI::Daemon::EFFECTIVE_USER_ID and $FCGI::Daemon::EFFECTIVE_USER_ID == 0
106 0 0 0 defined $o{'gid_num'} and defined $o{'uid_num'}
114 0 0 0 defined $o{'gid_num'} and defined $o{'uid_num'}
155 0 0 0 $o{'max_evals'} > 0 and $req_env{'SCRIPT_FILENAME'} =~ /$o{'file_pattern'}\z/u
229 0 0 0 $req_env{'REQUEST_METHOD'} =~ /(?:POST|PUT)/u and $req_env{'CONTENT_LENGTH'} != 0

or 2 conditions

line l !l condition
57 0 0 $o{'s'} || '/var/run/fcgi-daemon.sock'
58 0 0 $o{'p'} || '/var/run/fcgi-daemon.pid'
61 0 0 $o{'m'} || 512
62 0 0 $o{'c'} || 32
65 0 0 $o{'l'} || 1.3
68 0 0 $o{'g'} || 'www-data'
69 0 0 $o{'u'} || 'www-data'

or 3 conditions

line l !l&&r !l&&!r condition
64 0 0 0 $o{'f'} || qr/\.pl/u
233 0 0 0 $bytes == 0 or not defined $bytes