| blib/lib/CHI/Cascade/Rule.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 13 | 38.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 99 | 0 | 0 | 0 | ref $self->{'ttl'} eq 'ARRAY' and @{$self->{'ttl'};} == 2 |
| line | l | !l | condition |
|---|---|---|---|
| 78 | 0 | 10 | (ref $self->{'value_expires'} eq 'CODE' ? $self->{'value_expires'}->($self) : $self->{'value_expires'}) // 'never' |
| 86 | 0 | 8 | $self->{'busy_lock'} || $self->{'cascade'}{'busy_lock'} || 'never' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 20 | 23 | 3 | 0 | ref $class || $class |
| 86 | 0 | 10 | 0 | $trg_obj->expires // $trg_obj->expires($self->value_expires) |