| blib/lib/Trinket/DataType.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 12 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 30 | 14 | 0 | ref $self ? : |
| 32 | 12 | 2 | unless (UNIVERSAL::can($class, 'get_' . $name)) |
| 37 | 13 | 1 | if (not UNIVERSAL::can($class, 'set_' . $name)) |
| 50 | 2 | 0 | ref $self ? : |
| 52 | 2 | 0 | if (UNIVERSAL::can($class, 'set_' . $name)) |
| 57 | 2 | 0 | if (UNIVERSAL::can($class, 'get_' . $name)) |