Condition Coverage

blib/lib/Data/Grid.pm
Criterion Covered Total %
condition 0 6 0.0


and 3 conditions

line !l l&&!r l&&r condition
133 0 0 0 &Scalar::Util::blessed($p{'source'}) and $p{'source'}->isa('IO::Seekable')

or 3 conditions

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')