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
65 0 0 0 $FCGI::Daemon::REAL_USER_ID == $FCGI::Daemon::EFFECTIVE_USER_ID and $FCGI::Daemon::EFFECTIVE_USER_ID == 0
102 0 0 0 defined $o{'gid_num'} and defined $o{'uid_num'}
110 0 0 0 defined $o{'gid_num'} and defined $o{'uid_num'}
145 0 0 0 $o{'max_evals'} > 0 and $req_env{'SCRIPT_FILENAME'} =~ /$o{'file_pattern'}\z/u
219 0 0 0 $req_env{'REQUEST_METHOD'} eq 'POST' and $req_env{'CONTENT_LENGTH'} != 0

or 2 conditions

line l !l condition
55 0 0 $o{'s'} || '/var/run/fcgi-daemon.sock'
56 0 0 $o{'p'} || '/var/run/fcgi-daemon.pid'
59 0 0 $o{'m'} || 512
60 0 0 $o{'c'} || 32
63 0 0 $o{'l'} || 1.3
66 0 0 $o{'g'} || 'www-data'
67 0 0 $o{'u'} || 'www-data'

or 3 conditions

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