Branch Coverage

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


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