Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
32 0 0 0 $tokens[0][0]->tag eq 'else' and int @tokens > 1
50 0 0 0 $path and not $self->is_processed($path)

or 3 conditions

line l !l&&r !l&&!r condition
49 0 0 0 !$self->inversion && $arguments || $self->inversion && !$arguments
60 0 0 0 !$self->inversion && $self->{'arguments'}[0] || $self->inversion && !$self->{'arguments'}[0]