Condition Coverage

blib/lib/YATT/Lite/Test/TestFCGI.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
35 0 0 0 ref $self and not -x $self->{'cf_fcgiscript'}
289 0 0 0 defined $self->{'raw_error'} and $self->{'raw_error'} ne ''

or 3 conditions

line l !l&&r !l&&!r condition
126 0 0 0 $self->{'cookie_jar'} //= do { require HTTP::Cookies; 'HTTP::Cookies'->new }