blib/lib/Config/Identity/GitHub.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 7 | 57.1 |
line | l | !l | condition |
---|---|---|---|
12 | 1 | 1 | defined $_ and return $_ |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
24 | 0 | 0 | 2 | defined $identity{$_} and length $identity{$_} |
line | l | !l | condition |
---|---|---|---|
24 | 2 | 0 | defined $identity{$_} and length $identity{$_} or push @missing, $_ |