| blib/lib/WWW/Shopify/Liquid/Filter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 9 | 44.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 22 | 20 | 8 | 0 | defined $self->max_arguments and $count > $self->max_arguments |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 22 | 1 | 0 | 28 | $count < $self->min_arguments or defined $self->max_arguments and $count > $self->max_arguments |
| 42 | 0 | 0 | 0 | not $self->is_processed($$self{'operand'}) or defined first(sub { not $self->is_processed($_); } , @{$$self{'arguments'};}) |