Branch Coverage

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


line true false branch
84 0 0 if (blessed($self->data))
86 0 0 unless ($cell->can('compare_to'))
89 0 0 $cell->compare_to($self->data) > 0 ? :
92 0 0 if (looks_like_number($self->data)) { }
94 0 0 $self->data > $cell->data ? :
97 0 0 $self->data gt $cell->data ? :