lib/Data/CloudWeights.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 14 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
96 | 0 | 0 | 1 | $self->cold_colour and $self->hot_colour |
207 | 1 | 0 | 1 | $tag_value and ref $tag_value ne 'ARRAY' |
262 | 10 | 0 | 1 | $self->limit and @{$out;} == $self->limit |
line | l | !l | condition |
---|---|---|---|
229 | 7 | 0 | abs $self->max_count - $self->min_count || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
238 | 1 | 0 | 0 | $self->hot_colour || pop @{$self->colour_pallet;} |