Branch Coverage

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


line true false branch
24 0 1 unless (defined $string)
39 0 4 unless (defined $$string)
42 0 4 if (wantarray) { }
47 3 1 if ($$string =~ s/^(.+?\n)//) { }