blib/lib/Dist/Zilla/Plugin/GitLab/Update.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 10 | 30.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
33 | 0 | 1 | 0 | $current and ($current->{'name'} || '') eq $params->{'name'} |
1 | 0 | 0 | $current and ($current->{'name'} || '') eq $params->{'name'} and ($current->{'description'} || '') eq $params->{'description'} |
line | l | !l | condition |
---|---|---|---|
33 | 0 | 1 | $current->{'name'} || '' |
0 | 0 | $current->{'description'} || '' |