Branch Coverage

blib/lib/WWW/Shopify/Liquid/Tag/CreateFilter.pm
Criterion Covered Total %
branch 8 16 50.0


line true false branch
13 1 1 if (not ref $package) { }
19 0 1 if $parser->filters->{$core} and not $parser->filters->{$core}->isa('WWW::Shopify::Liquid::Filter::CustomFilter')
20 0 2 if $_->isa('WWW::Shopify::Liquid::Filter::CustomFilter') and $_->name
0 1 unless int grep({$core eq $_->name if $_->isa('WWW::Shopify::Liquid::Filter::CustomFilter') and $_->name;} $arguments[0]->tokens) == 0
22 1 0 if $parser->transient_custom_operations
44 1 0 !$self->is_processed($self->{'operand'}) ? :
45 0 0 !$self->is_processed($_) ? :
50 1 0 if ($renderer->{'return_value'})