Condition Coverage

blib/lib/Math/OEIS/Stripped.pm
Criterion Covered Total %
condition 6 11 54.5


and 3 conditions

line !l l&&!r l&&r condition
79 0 8 1 $use_bigint eq 'if_necessary' and length $value > 18

or 2 conditions

line l !l condition
115 0 1 $self->{'bigint_class'} || 'Math::BigInt'

or 3 conditions

line l !l&&r !l&&!r condition
79 0 1 8 $use_bigint eq '1' or $use_bigint eq 'if_necessary' and length $value > 18
94 0 1 0 $self->{'bigint_class_load'} ||= do { require Module::Load; my $bigint_class = $self->bigint_class; Module::Load::load($bigint_class); $bigint_class }