blib/lib/Data/LineBuffer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 18 | 77.7 |
line | true | false | branch |
---|---|---|---|
27 | 1 | 4 | if (not ref $_[0]) { } |
1 | 3 | elsif ('ARRAY' eq ref $what) { } | |
1 | 2 | elsif ('GLOB' eq ref $what) { } | |
1 | 1 | elsif ('CODE' eq ref $what) { } | |
1 | 0 | elsif (UNIVERSAL::isa($what, 'IO::File')) { } | |
35 | 6 | 0 | defined pos $$sref ? : |
44 | 0 | 6 | $idx == @$what ? : |
89 | 30 | 15 | unless defined $ret |
92 | 45 | 0 | if (defined $ret) |