| blib/lib/Class/AutoClass/Args.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 18 | 61.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 12 | 2 | 0 | 0 | @args == 1 and 'ARRAY' eq ref $args[0] |
| 43 | 180 | 3 | 1 | @args == 1 and 'ARRAY' eq ref $args[0] |
| 44 | 181 | 0 | 3 | @args == 1 and 'HASH' eq ref $args[0] |
| 45 | 184 | 0 | 0 | @args == 1 and $args[0] =~ /HASH/ |
| 64 | 3 | 10 | 67 | @_ == 0 and not exists $$self{$keyword} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 7 | 0 | 183 | 0 | ref $class || $class |