| blib/lib/Comics.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 35 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 211 | 0 | 0 | 0 | not $activate and $comic->{'ondemand'} |
| 0 | 0 | 0 | not $activate and $comic->{'ondemand'} and not exists $state->{'comics'}{$tag} | |
| 312 | 0 | 0 | 0 | $comic->{'state'}{'disabled'} and not $force |
| line | l | !l | condition |
|---|---|---|---|
| 259 | 0 | 0 | $state->{'comics'}{$main::a->{'tag'}}{'disabled'} // 0 |
| 0 | 0 | $state->{'comics'}{$main::b->{'tag'}}{'disabled'} // 0 | |
| 261 | 0 | 0 | $state->{'comics'}{$_->{'tag'}}{'update'} ||= 0 |
| 306 | 0 | 0 | $state->{'comics'}{$comic->{'tag'}} ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 89 | 0 | 0 | 0 | $debug || $test |
| 259 | 0 | 0 | 0 | ($state->{'comics'}{$main::a->{'tag'}}{'disabled'} // 0) <=> ($state->{'comics'}{$main::b->{'tag'}}{'disabled'} // 0) or $main::b->{'update'} <=> $main::a->{'update'} |
| 532 | 0 | 0 | 0 | $ident or $help |
| 0 | 0 | 0 | $ident or $help or $man | |
| 535 | 0 | 0 | 0 | $man or $help |
| 698 | 0 | 0 | 0 | $cookie_jar ||= 'HTTP::Cookies'->new('file', main::spoolfile('.lwp_cookies.dat'), 'autosave', 1, 'ignore_discard', 1) |