blib/lib/Config/Identity/PAUSE.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 13 | 61.5 |
line | l | !l | condition |
---|---|---|---|
12 | 2 | 3 | defined $_ and return $_ |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
17 | 1 | 0 | 2 | exists $identity{'username'} and not exists $identity{'user'} |
18 | 0 | 2 | 1 | exists $identity{'user'} and not exists $identity{'username'} |
27 | 0 | 0 | 6 | defined $identity{$_} and length $identity{$_} |
line | l | !l | condition |
---|---|---|---|
27 | 6 | 0 | defined $identity{$_} and length $identity{$_} or push @missing, $_ |