Branch Coverage

blib/lib/WWW/Shopify/Liquid.pm
Criterion Covered Total %
branch 0 44 0.0


line true false branch
10 0 0 if $_[1]->arity eq 'unary' and $_[1]->fixness eq 'infix'
13 0 0 if defined $_[1]
14 0 0 if @_ > 1
16 0 0 if (defined $_[1])
36 0 0 if (&looks_like_number($vars[$_]) and ref $inner_hash and ref $inner_hash eq 'ARRAY') { }
37 0 0 unless (defined $$inner_hash[$vars[$_]])
38 0 0 if $static
43 0 0 unless (exists $$inner_hash{$vars[$_]})
44 0 0 if $static
50 0 0 if (&looks_like_number($vars[-1]) and ref $inner_hash and ref $inner_hash eq 'ARRAY') { }
51 0 0 if int @$inner_hash > $vars[-1] or not $static
53 0 0 if exists $$inner_hash{$vars[-1]} or not $static
58 0 0 if @_ > 1
66 0 0 unless $renderer and &blessed($renderer) and $renderer->isa('WWW::Shopify::Liquid::Renderer')
70 0 0 if ($renderer->{'silence_exceptions'}) { }
73 0 0 if &blessed($exp) and $exp->isa('WWW::Shopify::Liquid::Exception::Control')
77 0 0 if $exp or not $self->is_processed($return) or not defined $return
83 0 0 if ref $_ and ref $_ eq 'HASH' and int keys %$_ == 1
84 0 0 $arg ? :
90 0 0 unless $optimizer and &blessed($optimizer) and $optimizer->isa('WWW::Shopify::Liquid::Optimizer')
102 0 0 if defined $_[1] and &looks_like_number($_[1])
103 0 0 if ref $_[1] and ref $_[1] eq 'DateTime'