Branch Coverage

blib/lib/CGI/Capture/TieSTDIN.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
22 0 1 unless (defined $string)
37 0 4 unless (defined $$string)
40 0 4 if (wantarray) { }
45 3 1 if ($$string =~ s/^(.+?\n)//) { }