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