| 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 |
| 340 | 0 | 0 | 0 | $query and not $job->{'name'} =~ /$re/ |
| 407 | 0 | 0 | 0 | $details->{'lastBuild'}{'displayName'} and $details->{'lastBuild'}{'builtOn'} |
| line | l | !l | condition |
|---|---|---|---|
| 134 | 0 | 0 | $self->colour_map->{$result->{'color'}} || [$result->{'color'}] |
| 224 | 0 | 0 | $self->opt->{'sleep'} ||= 30 |
| 406 | 0 | 0 | $details->{'lastBuild'}{'timestamp'} || 0 |
| 421 | 0 | 0 | $self->colour_map->{$_->{'color'}} || [$_->{'color'}] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 332 | 0 | 0 | 0 | not $data or $@ |