blib/lib/Grid/Coord.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 18 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
170 | 311 | 0 | 405 | defined $min and defined $max |
213 | 9 | 2 | 90 | defined $$other[$_] && $$self[$_] == $$other[$_] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
141 | 247 | 20 | 0 | ref $class || $class |
187 | 8 | 7 | 88 | $coords[0] > $coords[2] or $coords[1] > $coords[3] |
258 | 140 | 0 | 66 | only(@_) || ($_[0] < $_[1] ? $_[0] : $_[1]) |
259 | 140 | 0 | 66 | only(@_) || ($_[0] > $_[1] ? $_[0] : $_[1]) |