| blib/lib/Algorithm/QuadTree/PP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 9 | 100.0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 106 | 198 | 232 | 747 | $coords[0] > $current->{'AREA'}[2] or $coords[2] < $current->{'AREA'}[0] | 
| 430 | 107 | 640 | $coords[0] > $current->{'AREA'}[2] or $coords[2] < $current->{'AREA'}[0] or $coords[1] > $current->{'AREA'}[3] | |
| 339 | 129 | 511 | $coords[0] > $current->{'AREA'}[2] or $coords[2] < $current->{'AREA'}[0] or $coords[1] > $current->{'AREA'}[3] or $coords[3] < $current->{'AREA'}[1] |