Branch Coverage

blib/lib/Date/Range/Birth.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
18 1 9 unless (UNIVERSAL::isa($date, 'Date::Simple'))
23 5 4 if (ref $age and ref $age eq 'ARRAY') { }
3 1 elsif ($age =~ /^\d+$/) { }
46 1 4 unless @ages == 2