Branch Coverage

blib/lib/DTL/Fast/Tag/Regroup.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
16 2 0 if ($self->{'parameter'} =~ /^\s*(.+)\s+by\s+(.+?)\s+as\s+(.+?)\s*$/is) { }
24 0 2 if $3 =~ /\./
41 2 0 if (defined $source_array and ref $source_array eq 'ARRAY') { }
51 10 0 if (defined $source and ref $source eq 'HASH')
58 10 0 if (defined $grouper) { }
60 6 4 unless (exists $groups->{$grouper})