| blib/lib/Math/NumSeq/FibonacciWord.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 16 | 75.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 39 | 1 | 3 | if (ref $self and $self->{'fibonacci_word_type'} eq 'dense') | 
| 50 | 0 | 0 | $self->{'fibonacci_word_type'} eq 'dense' ? : | 
| 106 | 0 | 2 | if ($i_start != $self->default_i_start) | 
| 109 | 0 | 2 | if ($self->{'i_offset'}) | 
| 137 | 14 | 13 | if ($self->{'fibonacci_word_type'} eq 'dense') { } | 
| 147 | 133 | 618 | if ($self->{'fibonacci_word_type'} eq 'dense') { } | 
| 202 | 45 | 548 | if ($self->{'fibonacci_word_type'} eq 'dense') { } | 
| 216 | 1681 | 3650 | if ($i >= $f1) |