Branch Coverage

blib/lib/DTL/Fast/FilterManager.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
20 784 992 if ($self->{'replacement'})
25 4 1772 if ($kwargs{'filters'})
27 0 4 if (ref $kwargs{'filters'} eq 'ARRAY') { }
50 515 0 if defined $filter
86 85 2 if (not exists $DTL::Fast::FILTER_HANDLERS{$filter_name} and exists $DTL::Fast::KNOWN_FILTERS{$filter_name})
96 513 2 if (exists $DTL::Fast::FILTER_HANDLERS{$filter_name}) { }