| blib/lib/WWW/Shopify/Liquid/Tag/Unless.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 20 | 35.0 |
| line | true | false | branch |
|---|---|---|---|
| 10 | 0 | 3 | $self->is_processed($$self{'arguments'}[0]) ? : |
| 11 | 2 | 1 | !$arguments ? : |
| 12 | 2 | 1 | if $path and not $self->is_processed($path) |
| 13 | 2 | 1 | defined $path ? : |
| 18 | 0 | 0 | unless $self->is_processed($$self{'arguments'}[0]) |
| 19 | 0 | 0 | if ($self->is_processed($$self{'arguments'}[0])) |
| 20 | 0 | 0 | !$$self{'arguments'}[0] ? : |
| 21 | 0 | 0 | $self->is_processed($path) ? : |
| 23 | 0 | 0 | unless $self->is_processed($$self{'false_path'}) |
| 24 | 0 | 0 | unless $self->is_processed($$self{'true_path'}) |