blib/lib/Data/Grid.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 6 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
133 | 0 | 0 | 0 | &Scalar::Util::blessed($p{'source'}) and $p{'source'}->isa('IO::Seekable') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
133 | 0 | 0 | 0 | ref $p{'source'} eq 'GLOB' or &Scalar::Util::blessed($p{'source'}) and $p{'source'}->isa('IO::Seekable') |