Branch Coverage

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


line true false branch
18 0 0 if ($pipeline->inclusion_context and $pipeline->parent) { }
0 0 elsif ($action eq 'render') { }
20 0 0 $pipeline->inclusion_context && ref $pipeline->inclusion_context && ref $pipeline->inclusion_context eq 'ARRAY' ? :
21 0 0 if $string =~ /\.\./
24 0 0 if -e $path
40 0 0 if ($action eq 'optimize') { }
61 0 0 if $pipeline->inclusion_depth > $pipeline->max_inclusion_depth
63 0 0 unless int @{$self->{'arguments'};} > 0
66 0 0 if ($result and ref $result and $result->isa('WWW::Shopify::Liquid::Operator::With')) { }
72 0 0 unless $self->is_processed($string) and $self->is_processed($argument)
74 0 0 unless $self->is_processed($path)