Condition Coverage

blib/lib/Package/DeprecationManager.pm
Criterion Covered Total %
condition 16 21 76.1


and 3 conditions

line !l l&&!r l&&r condition
22 1 0 4 $args{-'deprecations'} and &_HASH0($args{-'deprecations'})
110 0 25 0 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

or 3 conditions

line l !l&&r !l&&!r condition
70 3 0 1 $_[$i] eq '-api_version' or $_[$i] eq '-compatible'
109 2 5 17 @ignore_res or keys %ignore
110 12 6 7 $ignore{$package} || &any(sub { $package =~ /$_/; } , @ignore_res)