Condition Coverage

blib/lib/WWW/Shopify/Liquid/Tag/CreateTag.pm
Criterion Covered Total %
condition 10 26 38.4


and 3 conditions

line !l l&&!r l&&r condition
23 5 1 0 $parser->free_tags->{$tag} and not $parser->free_tags->{$tag}->isa('WWW::Shopify::Liquid::Tag::CustomTag')
6 0 0 $parser->enclosing_tags->{$tag} and not $parser->enclosing_tags->{$tag}->isa('WWW::Shopify::Liquid::Tag::CustomTag')
24 0 0 9 defined $_ and &blessed($_)
0 9 0 defined $_ and &blessed($_) and $_->isa('WWW::Shopify::Liquid::Tag::CustomTag')
9 0 0 defined $_ and &blessed($_) and $_->isa('WWW::Shopify::Liquid::Tag::CustomTag') and $tag
9 0 0 defined $_ and &blessed($_) and $_->isa('WWW::Shopify::Liquid::Tag::CustomTag') and $tag and $_->name
56 7 0 1 $self->{'stored_contents'} && &blessed($self->{'stored_contents'})

or 2 conditions

line l !l condition
44 0 0 $_[0]{'min_arguments'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
23 0 0 6 $parser->free_tags->{$tag} and not $parser->free_tags->{$tag}->isa('WWW::Shopify::Liquid::Tag::CustomTag') or $parser->enclosing_tags->{$tag} and not $parser->enclosing_tags->{$tag}->isa('WWW::Shopify::Liquid::Tag::CustomTag')