blib/lib/Games/Sudoku/Component/Table/Cell.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 12 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
42 | 468 | 0 | 871 | defined $value and not $$this{'locked'} |
52 | 395 | 473 | 3 | $value and not $this->is_allowed($value) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
17 | 0 | 1122 | 0 | $options{'permission'} || $options{'perm'} |
64 | 8 | 614 | 717 | $$this{'tmpvalue'} or $$this{'value'} |