Branch Coverage

blib/lib/Time/Verbal.pm
Criterion Covered Total %
branch 21 24 87.5


line true false branch
13 27 1502 unless (ref $self)
20 0 1529 unless defined $from_time and defined $to_time
24 11 1518 if ($delta < 30)
27 9 1509 if ($delta < 90)
30 69 1440 if ($delta < 3600)
33 36 1404 if ($delta < 5400)
36 1383 21 if ($delta < 86400)
39 6 15 if ($delta >= 86400 and $delta < 172800)
42 5 10 if ($delta < 31536000)
63 31 0 if (ref $self)
64 0 31 if (defined $dir)
68 2 29 if (defined $self->{'i18n_dir'})