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