script/cpan-outdated | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 24 | 16.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
69 | 0 | 0 | 0 | $local_lib and not $self_contained |
88 | 0 | 0 | 0 | defined $index_file && -e $index_file |
118 | 0 | 0 | 0 | $exclude_core and exists $core_modules->{$pkg} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
69 | 0 | 0 | 0 | not $exclude_core or $local_lib and not $self_contained |
88 | 0 | 0 | 0 | not defined $index_file && -e $index_file or -z $index_file |
0 | 0 | 0 | not defined $index_file && -e $index_file or -z $index_file or not $index_url->isa('URI::file') | |
144 | 2 | 3 | 0 | eval { do { 'version'->new($inst_version) } } || 'version'->new(permissive_filter($inst_version)) |
145 | 2 | 3 | 0 | eval { do { 'version'->new($version) } } || 'version'->new(permissive_filter($version)) |