Condition Coverage

blib/lib/CXC/Number/Grid.pm
Criterion Covered Total %
condition 16 22 72.7


and 3 conditions

line !l l&&!r l&&r condition
523 0 3 2 @_ && Ref::Util::XS::is_plain_hashref($_[-1])
796 1 2 14 @_ && Ref::Util::XS::is_plain_hashref($_[-1])
821 1 0 8 $gl->_raw_edges->[-2] < $gr->_raw_edges->[0] and $gl->_raw_edges->[-1] < $gr->_raw_edges->[1]
1077 0 38 38 defined $_[0] and defined $_[1]

or 2 conditions

line l !l condition
527 2 3 $$opt{"snap_to"} //= "underlay"
800 14 3 $$opts{"gap"} //= "include"

or 3 conditions

line l !l&&r !l&&!r condition
528 2 3 0 $$opt{"snap_dist"} //= "Math::BigFloat"->bzero
825 8 0 0 $dispatch{$$opts{"gap"}} // internal()->throw(qq[unexpected dispatch key: $$opts{"gap"}])