Condition Coverage

blib/lib/WWW/Shopify/Liquid/Filter.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

line !l l&&!r l&&r condition
22 20 8 0 defined $self->max_arguments and $count > $self->max_arguments

or 3 conditions

line l !l&&r !l&&!r condition
22 1 0 28 $count < $self->min_arguments or defined $self->max_arguments and $count > $self->max_arguments
42 0 0 0 not $self->is_processed($$self{'operand'}) or defined first(sub { not $self->is_processed($_); } , @{$$self{'arguments'};})