blib/lib/Class/Framework.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
25 | 0 | 0 | 0 | ref $_[$i + 1] and ref $_[$i + 1] eq 'ARRAY' |
0 | 0 | 0 | ref $_[$i + 1] and ref $_[$i + 1] eq 'ARRAY' and not grep({not /\A\w+(?:::\w+)*\z/;} @{$_[$i + 1];}) | |
0 | 0 | 0 | not ref $_[$i + 1] and $_[$i + 1] =~ /\A\w+(?:::\w+)*\z/ | |
58 | 0 | 0 | 0 | @_ == 1 and ref $_[0] |
0 | 0 | 0 | @_ == 1 and ref $_[0] and $_[0]->isa('HASH') |