blib/lib/Class/XSAccessor/Array.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 21 | 24 | 87.5 |
line | true | false | branch |
---|---|---|---|
16 | 5 | 19 | ref $_[0] eq 'HASH' ? : |
18 | 1 | 23 | if defined $opts{'class'} |
56 | 0 | 54 | unless defined $array_index |
59 | 54 | 0 | unless $subname =~ /::/ |
61 | 49 | 5 | unless $$opts{'replace'} |
64 | 20 | 33 | if ($type eq 'getter') |
67 | 1 | 52 | if ($type eq 'lvalue_accessor') { } |
11 | 41 | elsif ($type eq 'setter') { } | |
0 | 41 | elsif ($type eq 'predicate') { } | |
3 | 38 | elsif ($type eq 'constructor') { } | |
4 | 34 | elsif ($type eq 'true') { } | |
4 | 30 | elsif ($type eq 'false') { } |