Branch Coverage

blib/lib/IRC/Toolkit/Numerics.pm
Criterion Covered Total %
branch 16 18 88.8


line true false branch
352 1 1 if ($type)
363 5 1 if (ref $self)
364 2 3 if (my $num = $self->{'over_num'}->get($numeric))
373 3 1 if (ref $self)
374 2 1 if (my $num = $self->{'over_name'}->get($name))
384 0 1 unless ref $self
387 0 1 unless defined $numeric and defined $name
395 1 1 if (ref $_[0] and not $_[0]{'over_num'}->is_empty)
406 1 1 if (ref $_[0] and not $_[0]{'over_name'}->is_empty)