| blib/lib/EntityModel/Class/Accessor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 15 | 20.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 59 | 0 | 0 | 0 | $opt{'validate'} and not $opt{'validate'}($_[0]) |
| 62 | 0 | 0 | 0 | &Scalar::Util::readonly($v) and not ref $v |
| 72 | 2 | 0 | 0 | $opt{'validate'} and not $opt{'validate'}(@_) |
| 75 | 2 | 0 | 0 | &Scalar::Util::readonly($v) and not ref $v |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 51 | 0 | 0 | 4 | $opt{'pre'} or $opt{'post'} |