| blib/lib/Box/Calc/Layer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 16 | 93.7 |
| line | true | false | branch |
|---|---|---|---|
| 52 | 2433 | 15648 | if $row->fill_x > $value |
| 82 | 1044423 | 6360638 | if $row->fill_z > $value |
| 181 | 0 | 53706 | if ($count > 5) |
| 188 | 3 | 53703 | if ($item->y > $self->max_y - $fill_y + $self->rows->[-1]->fill_y) |
| 193 | 6 | 52384 | if ($fill_z > 0 and $item->z > $fill_z * 1.75 and $item->y < $fill_y) |
| 197 | 44895 | 8802 | if ($self->rows->[-1]->pack_item($item)) { } |
| 201 | 1289 | 7513 | if ($item->y > $self->max_y - $self->fill_y) { } |
| 263 | 1 | 5810 | unless $_->used_volume |