Condition Coverage

blib/lib/LINQ/Collection.pm
Criterion Covered Total %
condition 19 21 90.4


and 3 conditions

line !l l&&!r l&&r condition
262 4 15 79 @got and &$filter($_ = $got[0])
660 4 4 15 &Scalar::Util::blessed($type) and $type->can("check")
678 4 0 0 $type->can("has_coercion") and $type->has_coercion
701 2 2 40 @r1 and @r2

or 3 conditions

line l !l&&r !l&&!r condition
198 4 3 7 $hint eq "-left" or $hint eq "-outer"
207 3 3 8 $hint eq "-right" or $hint eq "-outer"
234 14 5 4 @group or $hint eq "-left"