Branch Coverage

blib/lib/WWW/Shopify/Liquid/Tag/Capture.pm
Criterion Covered Total %
branch 0 22 0.0


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
17 0 0 if ref $inner_hash and ref $inner_hash eq 'HASH' and not exists $$inner_hash{$vars[$_]} and $action eq 'optimize'
18 0 0 if (&looks_like_number($vars[$_]) and ref $inner_hash and ref $inner_hash eq 'ARRAY') { }
19 0 0 unless defined $$inner_hash[$vars[$_]]
22 0 0 unless exists $$inner_hash{$vars[$_]}
29 0 0 unless $self->is_processed($result)
32 0 0 if ($action eq 'optimize')
35 0 0 if $pipeline->remove_assignment and not defined $pipeline->conditional_state
38 0 0 if (&looks_like_number($vars[-1]) and ref $inner_hash and ref $inner_hash eq 'ARRAY') { }
49 0 0 unless $self->{'arguments'}[0]->isa('WWW::Shopify::Liquid::Token::Variable')