blib/lib/autodie/hints.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 12 | 25.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
330 | 0 | 0 | 0 | @_ == 1 and not defined $_[0] |
336 | 0 | 0 | 0 | @_ == 1 and not $_[0] |
416 | 0 | 6 | 3 | $package->can('DOES') and $package->DOES('autodie::hints::provider') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
453 | 0 | 0 | 6 | exists $$hints{$sub}{'scalar'} or exists $$hints{$sub}{'list'} |