Condition Coverage

blib/lib/Time/Duration/LocaleObject.pm
Criterion Covered Total %
condition 8 12 66.6


or 3 conditions

line l !l&&r !l&&!r condition
64 2 2 7 $module eq 'Time::Duration::Locale' or $module eq 'Time::Duration::LocaleObject'
171 3 22 3 $self->SUPER::can($name) || _make_dispatcher($self, $name)
177 1 0 0 _make_dispatcher($_[0], $name) || croak("No such function $name()")
190 0 0 26 $Time::Duration::LocaleObject::_make_dispatcher or do { local $Time::Duration::LocaleObject::_make_dispatcher = 1; $class_or_self->setlocale unless $class_or_self->module; my $module = $class_or_self->module; not $module->can($name) }