Branch Coverage

blib/lib/DataStructure/LinkedList/Cell.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
23 0 0 if (blessed($self->data))
25 0 0 unless ($cell->can('compare_to'))
28 0 0 $cell->compare_to($self->data) > 0 ? :
31 0 0 if (looks_like_number($self->data)) { }
33 0 0 $self->data > $cell->data ? :
36 0 0 $self->data gt $cell->data ? :