blib/lib/Data/CircularList/Cell.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 12 | 91.6 |
line | true | false | branch |
---|---|---|---|
83 | 32 | 44 | if (blessed($self->data)) |
85 | 0 | 32 | unless ($cell->can('compare_to')) |
88 | 22 | 10 | $cell->compare_to($self->data) > 0 ? : |
91 | 28 | 16 | if (looks_like_number($self->data) and looks_like_number($cell->data)) { } |
93 | 16 | 12 | $self->data > $cell->data ? : |
96 | 10 | 6 | $self->data gt $cell->data ? : |