blib/lib/Package/DeprecationManager.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 21 | 80.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 1 | 0 | 4 | $args{'-deprecations'} and &_HASH0($args{'-deprecations'}) |
109 | 0 | 19 | 6 | defined $package and $ignore{$package} || &any(sub { $package =~ /$_/; } , @ignore_res) |
128 | 17 | 0 | 7 | defined $compat_version and defined $deprecated_at |
17 | 2 | 5 | defined $compat_version and defined $deprecated_at and $compat_version lt $at |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
69 | 3 | 0 | 1 | $_[$i] eq "-api_version" or $_[$i] eq "-compatible" |
108 | 2 | 5 | 17 | @ignore_res or keys %ignore |
109 | 12 | 6 | 7 | $ignore{$package} || &any(sub { $package =~ /$_/; } , @ignore_res) |