blib/lib/App/PerlWatcher/Watcher.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 16 | 81.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
217 | 7 | 0 | 8 | $prev_status && $prev_status->level |
277 | 15 | 2 | 0 | $old_items_fun and $new_items_fun |
284 | 9 | 0 | 3 | $$new_items[$i]->content eq $$old_items[$j]->content and not $copied{$j} |
line | l | !l | condition |
---|---|---|---|
81 | 10 | 24 | $self->config->{'on'} // {} |
224 | 32 | 9 | $last_level //= {description => 'notice', value => 2} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
227 | 32 | 8 | 1 | $self->memory->data->{'_last_result'} //= $result |