| blib/lib/PAGI/Stash.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 23 | 24 | 95.8 |
| line | true | false | branch |
|---|---|---|---|
| 73 | 21 | 33 | if (builtin::blessed($arg) and $arg->can("scope")) |
| 75 | 0 | 21 | unless ref $scope eq "HASH" |
| 82 | 30 | 3 | if (ref $arg eq "HASH") |
| 92 | 2 | 25 | unless ref $data eq "HASH" |
| 112 | 2 | 55 | if @args == 0 or @args > 2 |
| 114 | 7 | 48 | unless (exists $self->{'_data'}{$key}) |
| 115 | 4 | 3 | if @rest |
| 117 | 2 | 1 | if (@all_keys <= 10) { } |
| 142 | 1 | 45 | unless @args |
| 143 | 2 | 43 | if @args % 2 |
| 159 | 3 | 7 | exists $self->{'_data'}{$key} ? : |
| 201 | 3 | 4 | exists $self->{'_data'}{$_} ? : |