Branch Coverage

blib/lib/WWW/Shopify/Liquid/Filter.pm
Criterion Covered Total %
branch 5 12 41.6


line true false branch
16 0 1381 ref $_[0] ? :
22 1 28 if $count < $self->min_arguments or defined $self->max_arguments and $count > $self->max_arguments
30 2 0 !$self->is_processed($$self{'operand'}) ? :
31 2 0 !$self->is_processed($_) ? :
38 0 0 unless $self->is_processed($$self{'operand'})
42 0 0 if not $self->is_processed($$self{'operand'}) or defined first(sub { not $self->is_processed($_); } , @{$$self{'arguments'};})