blib/lib/Data/Validate/Sanctions/Redis.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 22 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
63 | 0 | 0 | 0 | $self->{'_data'} and $self->{'last_data_load'} + $self->IGNORE_OPERATION_INTERVAL > time |
line | l | !l | condition |
---|---|---|---|
57 | 0 | 0 | $self->{'last_modification'} //= 0 |
58 | 0 | 0 | $self->{'last_index'} //= 0 |
59 | 0 | 0 | $self->{'_data'} //= {} |
60 | 0 | 0 | $self->{'_sanctioned_name_tokens'} //= {} |
61 | 0 | 0 | $self->{'_token_sanctioned_names'} //= {} |
118 | 0 | 0 | $self->{'_data'}{$source}{'updated'} // 0 |
0 | 0 | $self->{'_data'}{$source}{'content'} // [] | |
0 | 0 | $self->{'_data'}{$source}{'error'} // "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
32 | 0 | 0 | 0 | ref $class || $class |