Condition Coverage

blib/lib/ODS/Table/Column/Base.pm
Criterion Covered Total %
condition 17 18 94.4


and 3 conditions

line !l l&&!r l&&r condition
32 0 39392 31 $serialize and $self->can("serialize_class")
53 128 6844 44686 defined $self->value and $self->can("validation")
66 60 25746 13617 defined $self->value and not $self->inflated
25806 10891 2726 defined $self->value and not $self->inflated and $self->can("inflation")
81 42 112 25718 defined $self->value and $self->inflated
154 20565 5153 defined $self->value and $self->inflated and $self->can("deflation")