Branch Coverage

blib/lib/WebDyne/Request/Fake.pm
Criterion Covered Total %
branch 9 32 28.1


line true false branch
70 0 10 if (@_ == 3) { }
0 10 elsif (@_ == 2) { }
10 0 elsif (@_ == 1) { }
97 0 0 $r->{'main'} ? :
105 0 0 unless $r->notes('nowarn')
130 0 10 @_ ? :
146 0 0 if (@_ == 3) { }
0 0 elsif (@_ == 2) { }
0 0 elsif (@_ == 1) { }
174 0 0 @_ ? :
183 10 0 ref $_[0] eq 'SCALAR' ? :
207 0 20 @_ ? :
252 0 0 @_ ? :
260 10 0 if $r->{'noheader'}
296 0 0 $v ? :
305 1 20 if (my $cr_ar = delete $r->{'register_cleanup'})