Branch Coverage

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


line true false branch
29 0 0 unless $token
31 0 0 if (int @tokens > 0)
32 0 0 if $tokens[0][0]->tag eq 'else' and int @tokens > 1
33 0 0 if ($tokens[0][0]->tag eq 'elsif') { }
48 0 0 $self->is_processed($self->{'arguments'}[0]) ? :
49 0 0 !$self->inversion && $arguments || $self->inversion && !$arguments ? :
50 0 0 if $path and not $self->is_processed($path)
51 0 0 defined $path ? :
58 0 0 unless $self->is_processed($self->{'arguments'}[0])
59 0 0 if ($self->is_processed($self->{'arguments'}[0]))
60 0 0 !$self->inversion && $self->{'arguments'}[0] || $self->inversion && !$self->{'arguments'}[0] ? :
61 0 0 $self->is_processed($path) ? :
63 0 0 unless ($self->is_processed($self->{'false_path'}))
68 0 0 unless ($self->is_processed($self->{'true_path'}))