| blib/lib/Language/Basic/Variable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 22 | 81.8 |
| line | true | false | branch |
|---|---|---|---|
| 58 | 13 | 77 | if (defined $arglist) { } |
| 59 | 5 | 8 | unless (exists $Arrays{$name}) |
| 64 | 23 | 54 | unless (exists $Scalars{$name}) |
| 93 | 4 | 19 | $name =~ /\$$/ ? : |
| 170 | 1 | 4 | $name =~ /\$$/ ? : |
| 189 | 3 | 5 | @_ ? : |
| 192 | 0 | 8 | if ($size > $MAXDIM) |
| 204 | 20 | 204 | if (@sizes) { } |
| 224 | 0 | 54 | unless (@sizes == @indices) |
| 230 | 0 | 58 | if (not $index =~ /^\d+$/ or $index > $size) |
| 237 | 0 | 54 | unless $ptr->isa('Language::Basic::Variable::Scalar') |