| blib/lib/Class/XSAccessor/Array.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 20 | 95.0 |
| line | l | !l | condition |
|---|---|---|---|
| 20 | 15 | 9 | $opts{'getters'} || {} |
| 21 | 9 | 15 | $opts{'setters'} || {} |
| 22 | 6 | 18 | $opts{'accessors'} || {} |
| 23 | 1 | 23 | $opts{'lvalue_accessors'} || {} |
| 24 | 1 | 23 | $opts{'predicates'} || {} |
| 25 | 0 | 24 | $opts{'constructors'} || [defined $opts{'constructor'} ? $opts{'constructor'} : ()] |
| 26 | 1 | 23 | $opts{'true'} || [] |
| 27 | 1 | 23 | $opts{'false'} || [] |
| 71 | 1 | 10 | $$opts{'chained'} || 0 |
| 86 | 2 | 28 | $$opts{'chained'} || 0 |