Condition Coverage

blib/lib/Math/NumSeq/FibonacciWord.pm
Criterion Covered Total %
condition 6 8 75.0


and 3 conditions

line !l l&&!r l&&r condition
39 2 1 1 ref $self and $$self{'fibonacci_word_type'} eq 'dense'

or 2 conditions

line l !l condition
132 0 10 $$self{'i_offset'} ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
230 25 0 8 $value == 0 || $value == 1 || $$self{'fibonacci_word_type'} eq 'dense' && $value == 2