| blib/lib/App/JenkinsCli.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 20 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 96 | 0 | 0 | 0 | $result->{'inQueue'} and not $self->opt->force |
| 321 | 0 | 0 | 0 | $query and not $job->{'name'} =~ /$re/ |
| 388 | 0 | 0 | 0 | $details->{'lastBuild'}{'displayName'} and $details->{'lastBuild'}{'builtOn'} |
| line | l | !l | condition |
|---|---|---|---|
| 134 | 0 | 0 | $self->colour_map->{$result->{'color'}} || [$result->{'color'}] |
| 220 | 0 | 0 | $self->opt->{'sleep'} ||= 30 |
| 387 | 0 | 0 | $details->{'lastBuild'}{'timestamp'} || 0 |
| 402 | 0 | 0 | $self->colour_map->{$_->{'color'}} || [$_->{'color'}] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 313 | 0 | 0 | 0 | not $data or $@ |