blib/lib/App/GitHub/update.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
22 | 0 | 0 | 0 | defined $_ and length $_ |
25 | 0 | 0 | 0 | defined $token and length $token |
line | l | !l | condition |
---|---|---|---|
22 | 0 | 0 | defined $_ and length $_ or die "Missing repository\n" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
138 | 0 | 0 | 0 | $repository ||= $guess{'repository'} |
139 | 0 | 0 | 0 | $description ||= $guess{'description'} |