| blib/lib/Jifty/DBI/Filter/Boolean.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 8 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 81 | 108 | 0 | 0 | uc($$value_ref || '') eq 'NULL' and not $self->column->mandatory |
| line | l | !l | condition |
|---|---|---|---|
| 81 | 89 | 19 | $$value_ref || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 80 | 107 | 1 | 14 | defined $$value_ref or $self->column->mandatory |