Branch Coverage

lib/Jinja2/TT2/Filters.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
302 0 10 if (exists $self->{'custom_filters'}{$name})
307 10 0 if (exists $FILTER_MAP{$name})
310 0 10 if ($mapping->{'type'} eq "custom")
323 1 9 if ($args and @$args)