Branch Coverage

blib/lib/Farly/Object/List.pm
Criterion Covered Total %
branch 18 28 64.2


line true false branch
18 0 1157 unless $object->isa('Farly::Object')
48 4 2 if ($object->matches($other))
60 131 458 if ($object->matches($other))
72 1 2 if ($object->contains($other))
84 4 386 if ($object->contained_by($other))
96 0 0 if ($object->intersects($other))
108 1 2 if ($object->matches($other)) { }
0 2 elsif ($object->contains($other)) { }
0 2 elsif ($object->contained_by($other)) { }
0 2 elsif ($object->intersects($other)) { }
126 0 30 unless defined $other
129 0 30 unless defined $result
132 0 30 unless $other->isa('Farly::Object')
135 0 30 unless $result->isa('Farly::Object::List') or $result->isa('Farly::Object::Set')