Branch Coverage

blib/lib/WebDyne/CGI.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
57 0 2 if (ref $r eq 'WebDyne::Request::PSGI') { }
0 2 elsif (ref($r) =~ /^Apache2(?:::Request)?/) { }
0 2 elsif (ref($r) =~ /^Apache(?:::Request)?$/) { }