| lib/Graph/Easy/Layout/Grid.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 40 | 43 | 93.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 251 | 0 | 3962 | 165 | defined $v->{'x'} and ($v->{'cx'} || 1) + ($v->{'cy'} || 1) > 2 |
| line | l | !l | condition |
|---|---|---|---|
| 114 | 2929 | 1198 | $cell->{'w'} || 0 |
| 115 | 3036 | 1091 | $cell->{'h'} || 0 |
| 118 | 1155 | 2972 | $cell->{'cx'} || 1 |
| 1159 | 2968 | $cell->{'cy'} || 1 | |
| 121 | 2384 | 1578 | $rows->{$y} || 0 |
| 122 | 2295 | 1667 | $cols->{$x} || 0 |
| 141 | 2929 | 1198 | $cell->{'w'} || 0 |
| 142 | 3036 | 1091 | $cell->{'h'} || 0 |
| 145 | 1155 | 2972 | $cell->{'cx'} || 1 |
| 1159 | 2968 | $cell->{'cy'} || 1 | |
| 147 | 96 | 69 | $cell->{'cx'} ||= 1 |
| 148 | 100 | 65 | $cell->{'cy'} ||= 1 |
| 162 | 334 | 124 | $$cols{$i + $x} || 0 |
| 179 | 362 | 111 | $$rows{$i + $y} || 0 |
| 217 | 1224 | 2903 | $v->{'cx'} || 1 |
| 1224 | 2903 | $v->{'cy'} || 1 | |
| 251 | 1224 | 2903 | $v->{'cx'} || 1 |
| 1224 | 2903 | $v->{'cy'} || 1 | |
| 261 | 165 | 0 | $v->{'cx'} || 1 |
| 263 | 165 | 0 | $v->{'cy'} || 1 |