Condition Coverage

blib/lib/WWW/Shopify/Liquid/Tag/If.pm
Criterion Covered Total %
condition 13 18 72.2


and 3 conditions

line !l l&&!r l&&r condition
34 12 50 0 $tokens[0][0]->tag eq 'else' and int @tokens > 1
48 412 0 0 $renderer->state and $renderer->state->value($self)
53 323 1 88 $path && !$self->is_processed($path)
56 0 4 0 &blessed($exp) and $exp->isa('WWW::Shopify::Liquid::Exception::Control::Pause')

or 3 conditions

line l !l&&r !l&&!r condition
52 57 19 336 !$self->inversion && $arguments->[0] || $self->inversion && !$arguments->[0]
68 9 1 14 !$self->inversion && $self->{'arguments'}[0] || $self->inversion && !$self->{'arguments'}[0]