Branch Coverage

blib/lib/WWW/Shopify/Liquid/Filter.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
16 0 5838 ref $_[0] ? :
22 1 142 if $count < $self->min_arguments or defined $self->max_arguments and $count > $self->max_arguments
28 0 8 $self->is_processed($_) ? :
34 10 64 unless $self->is_processed($operand) and int grep({not $self->is_processed($_);} @$arguments) == 0