blib/lib/Class/DataStore.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 20 | 80.0 |
line | true | false | branch |
---|---|---|---|
95 | 3 | 1 | if exists $$self{'_data'}{$key} |
117 | 3 | 20 | if (ref $value eq 'ARRAY') { } |
3 | 17 | elsif (ref $value eq 'HASH') { } | |
17 | 0 | elsif (ref $value eq '') { } | |
118 | 2 | 1 | wantarray ? : |
120 | 2 | 1 | wantarray ? : |
122 | 1 | 16 | wantarray ? : |
158 | 0 | 0 | wantarray ? : |
193 | 14 | 0 | if ($AUTOLOAD =~ /(\w+)$/) { } |
196 | 4 | 10 | if (@_ == 2) { } |