blib/lib/App/GitHub/create.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 23 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
23 | 0 | 0 | 0 | defined $_ and length $_ |
26 | 0 | 0 | 0 | defined $token and length $token |
36 | 0 | 0 | 0 | defined $public and $public |
118 | 0 | 0 | 0 | defined $name and length $name |
119 | 0 | 0 | 0 | defined $name and length $name |
125 | 0 | 0 | 0 | $private and $public |
148 | 0 | 0 | 0 | $_ and $owner = $_ |
line | l | !l | condition |
---|---|---|---|
23 | 0 | 0 | defined $_ and length $_ or die "Missing name\n" |