blib/lib/Class/Accessor/Inherited/XS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 18 | 94.4 |
line | true | false | branch |
---|---|---|---|
37 | 10 | 32 | unless scalar @_ |
39 | 10 | 22 | ref $_[0] eq 'HASH' ? : |
46 | 9 | 41 | if (ref $accessors eq 'HASH') { } |
28 | 13 | elsif (ref $accessors eq 'ARRAY') { } | |
13 | 0 | elsif (not ref $accessors) { } | |
70 | 1 | 429 | if (exists $REGISTERED_TYPES->{$type}) |
74 | 11 | 418 | unless (exists $args->{'installer'}) |
85 | 11 | 418 | unless exists $args->{'clone_arg'} |
104 | 1 | 67 | unless my $type_info = $REGISTERED_TYPES->{$type} |