Branch Coverage

blib/lib/WWW/Shopify/Liquid/Exception.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
9 0 0 $_[0]{'line'}[3] ? :
0 0 $_[0]->line ? :
10 0 0 ref $_[0]{'line'} && ref $_[0]{'line'} eq 'ARRAY' ? :
0 0 $_[0]{'line'} ? :
11 0 0 $_[0]{'line'} && ref $_[0]{'line'} && ref $_[0]{'line'} eq 'ARRAY' ? :
13 0 0 $_[0]{'error'} ? :
25 0 0 if (&blessed($line))
26 0 0 if ($line->isa('WWW::Shopify::Liquid::Tag') or $line->isa('WWW::Shopify::Liquid::Token') or $line->isa('WWW::Shopify::Liquid::Operator') or $line->isa('WWW::Shopify::Liquid::Filter'))
31 0 0 if (defined $line and ref $line ne 'ARRAY')
46 0 0 if int @_ > 0