blib/lib/Set/Equivalence.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 27 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
67 | 162 | 0 | 4 | $$self{'coerce'} and $$self{'type_constraint'} |
98 | 5 | 404 | 0 | not ref $x and ref $y |
409 | 0 | 0 | not ref $x and ref $y and not overload::Overloaded($y) | |
99 | 3 | 404 | 2 | not ref $y and ref $x |
407 | 1 | 1 | not ref $y and ref $x and not overload::Overloaded($x) | |
265 | 0 | 0 | 174 | blessed($_[$_]) and $_[$_]->isa($class) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
119 | 147 | 1 | 0 | $tc->check($item) or croak($tc->get_message($item)) |
140 | 0 | 0 | 0 | $tc->check($item) or croak($tc->get_message($item)) |
377 | 0 | 13 | 0 | $$self{'_array'} ||= do { require Set::Equivalence::_Tie; tie my @arr, 'Set::Equivalence::_Tie', $self; \@arr } |