| blib/lib/WWW/Offline/Toolkit.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 247 | 0 | 0 | 0 | ref $value eq 'HASH' and exists $$value{'_ref_'} |
| 262 | 0 | 0 | 0 | ref $value eq 'HASH' and exists $$value{'_ref_'} |
| 265 | 0 | 0 | 0 | ref $$value[$num] eq 'HASH' and exists $$value[$num]{'_ref_'} |
| 351 | 0 | 0 | 0 | defined $order_by && defined $$a{$order_by} && defined $$b{$order_by} |
| 371 | 0 | 0 | 0 | defined $post && $post_link ne $last_link |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 205 | 0 | 0 | 0 | $$post{'category'}{'_id_'} eq $$cat{'_id_'} or $self->is_in_category($cat, $$post{'category'}) |
| 304 | 0 | 0 | 0 | $$album{'category'}{'_id_'} eq $$cat{'_id_'} or $self->is_in_category($cat, $$album{'category'}) |
| 394 | 0 | 0 | 0 | $self->is_in_category($item, $current_category) or $$item{'_id_'} eq $$current_category{'_id_'} |
| 425 | 0 | 0 | 0 | $self->is_in_category($item, $current_category) || $$item{'_id_'} eq $$current_category{'_id_'} |