Condition Coverage

blib/lib/Math/NumSeq/OEIS/Catalogue/Plugin.pm
Criterion Covered Total %
condition 12 16 75.0


and 3 conditions

line !l l&&!r l&&r condition
51 0 59995 0 $info->{'anum'} gt $after_anum and !defined($ret) || $ret gt $info->{'anum'}
63 0 59995 0 $info->{'anum'} lt $before_anum and !defined($ret) || $ret lt $info->{'anum'}

or 2 conditions

line l !l condition
33 2 1 $anum_to_info_hashref{$class} ||= {map({$_->{'anum'}, $_;} @{$class->info_arrayref;})}
41 2 1 $class->anum_to_info_hashref->{$anum} || (next)

or 3 conditions

line l !l&&r !l&&!r condition
51 65 325 59605 !defined($ret) || $ret gt $info->{'anum'}
63 65 455 59475 !defined($ret) || $ret lt $info->{'anum'}