| blib/lib/App/clad.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 21 | 61.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 173 | 42 | 2 | 1 | defined $self->dir and not -d $self->dir |
| 184 | 40 | 5 | 0 | defined $self->{'stdin'} and length $self->{'stdin'} |
| line | l | !l | condition |
|---|---|---|---|
| 94 | 1 | 0 | $VERSION // 'dev' |
| 204 | 2 | 11 | (shift())->{'script'} // [] |
| 297 | 12 | 0 | $VERSION // 'dev' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 286 | 6 | 2 | 0 | $colors[++$self->{'next_color'}] // $colors[$self->{'next_color'} = 0] |
| 294 | 0 | 12 | 0 | $env{'CLUSTER'} //= $clustername |
| 295 | 0 | 12 | 0 | $env{'CLAD_CLUSTER'} //= $clustername |