Branch Coverage

blib/lib/IRC/Toolkit/Numerics.pm
Criterion Covered Total %
branch 15 18 83.3


line true false branch
352 0 1 if ($type)
362 3 1 if (ref $self)
363 1 2 if (my $num = $$self{'over_num'}->get($numeric))
372 2 1 if (ref $self)
373 1 1 if (my $num = $$self{'over_name'}->get($name))
383 0 1 unless ref $self
386 0 1 unless defined $numeric and defined $name
394 1 1 if (ref $_[0] and not $_[0]{'over_num'}->is_empty)
405 1 1 if (ref $_[0] and not $_[0]{'over_name'}->is_empty)