Condition Coverage

blib/lib/WebDyne/Request/Fake.pm
Criterion Covered Total %
condition 5 25 20.0


and 3 conditions

line !l l&&!r l&&r condition
294 0 0 0 $WebDyne::Request::Fake::AUTOLOAD =~ /([^:]+)$/ && $1

or 2 conditions

line l !l condition
77 0 10 $r->{'headers_out'} ||= {}
89 0 0 $r->{'headers_in'} ||= {}
113 0 0 ref($r)->new('filename', $fn) || (return err())
153 0 0 $r->{'_notes'} ||= {}
182 10 0 $r->{'select'} || \*STDOUT
191 0 1 $r->{'register_cleanup'} ||= []
207 0 20 $r->{'status'} || 200
261 0 0 $r->{'select'} || \*STDOUT

or 3 conditions

line l !l&&r !l&&!r condition
130 0 10 0 $r->{'main'} || $r
199 0 0 0 ref $self || $self