blib/lib/OS/CheckUpdates/AUR.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 11 | 36.3 |
line | l | !l | condition |
---|---|---|---|
158 | 5 | 0 | /^(-1|0|1)$/u and return scalar $_ |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
131 | 0 | 0 | 0 | not $seen{$name}++ and $vaur ne $vloc |
0 | 0 | 0 | not $seen{$name}++ and $vaur ne $vloc and $self->vercmp($vloc, $vaur) eq '-1' | |
151 | 4 | 2 | 6 | defined $a and defined $b |