Branch Coverage

blib/lib/Module/Format/Module.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
19 20 56 if (@_)
152 21 0 if (exists $formats{$format}) { }
154 21 0 if (my $handler = $formats{$format}{'input'}) { }
196 46 0 if (exists $formats{$format}) { }
226 1 8 unless (&$cb($_))
257 31 0 if (my $regex = $format_record->{'regex'})
259 10 21 if ($string =~ /$regex/)