| blib/lib/CPAN/UnsupportedFinder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 47 | 6.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 77 | 5 | 1 | 1 | @_ == 1 and ref $_[0] eq "HASH" |
| 249 | 0 | 0 | 0 | $response->{'status'} != 200 and $url =~ /::/ |
| 332 | 0 | 0 | 0 | $test->{'timestamp'} and $test->{'timestamp'} > $six_months_ago |
| 345 | 0 | 0 | 0 | $test_data and $test_data->{'results'} |
| 355 | 0 | 0 | 0 | $release_data and $release_data->{'hits'}{'hits'}[0] |
| 375 | 0 | 0 | 0 | $dependency->{'phase'} and $dependency->{'phase'} eq "develop" |
| 402 | 0 | 0 | 0 | $module_data->{'status'} && $module_data->{'status'} eq 'deprecated' |
| 0 | 0 | 0 | $module_data->{'maturity'} && $module_data->{'maturity'} eq 'backpan' |
| line | l | !l | condition |
|---|---|---|---|
| 178 | 0 | 0 | $format ||= "text" |
| 281 | 0 | 0 | $self->_get_last_release_date($release_data) || 'Unknown' |
| 304 | 0 | 0 | $reverse_deps->{'total'} || 0 |
| 372 | 0 | 0 | $release_data->{'dependency'} || [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 298 | 0 | 0 | 0 | $failure_rate > "0.5" or $last_update eq "Unknown" |
| 0 | 0 | 0 | $failure_rate > "0.5" or $last_update eq "Unknown" or $last_update lt "2022-01-01" | |
| 0 | 0 | 0 | $failure_rate > "0.5" or $last_update eq "Unknown" or $last_update lt "2022-01-01" or not $has_recent_tests | |
| 0 | 0 | 0 | $failure_rate > "0.5" or $last_update eq "Unknown" or $last_update lt "2022-01-01" or not $has_recent_tests or $has_unsupported_dependencies | |
| 380 | 0 | 0 | 0 | $dep_status->{'deprecated'} or $dep_status->{'backpan_only'} |