blib/lib/WWW/Shopify/Liquid/Tag/Capture.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 14 | 7.1 |
line | true | false | branch |
---|---|---|---|
12 | 0 | 0 | $self->is_processed($_) ? : |
13 | 0 | 0 | if $action eq 'optimize' and int grep({not $self->is_processed($_);} @vars) > 0 |
16 | 0 | 0 | if not exists $$inner_hash{$vars[$_]} and $action eq 'optimize' |
17 | 0 | 0 | unless exists $$inner_hash{$vars[$_]} |
21 | 0 | 0 | if ($action eq 'optimize') |
27 | 0 | 0 | unless $self->is_processed($result) |
34 | 0 | 1 | unless $$self{'arguments'}[0]->isa('WWW::Shopify::Liquid::Token::Variable') |