| blib/lib/Dist/CheckConflicts.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 20 | 80.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 68 | 20 | 0 | 1 | ref $_ eq 'ARRAY' && @$_ > 1 && $$_[1] == \%CONFLICTS |
| 109 | 0 | 30 | 50 | defined $args[$idx] and $args[$idx] eq $opt |
| 182 | 49 | 2 | 4 | not $success and $error =~ /Can't locate \Q$file\E in \@INC/ |
| line | l | !l | condition |
|---|---|---|---|
| 56 | 0 | 16 | $HAS_CONFLICTS{$conflict} ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 45 | 18 | 1 | 1 | not exists $conflicts{$also_conf} or $conflicts{$also_conf} lt $also_confs{$also_conf} |
| 52 | 8 | 21 | 0 | $dist || $for |
| 186 | 2 | 16 | 33 | not $success or $installed le $conflicts{$conflict} |