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 39347 31 $serialize and $self->can("serialize_class")
53 126 6844 44686 defined $self->value and $self->can("validation")
66 54 25703 13621 defined $self->value and not $self->inflated
25757 10892 2729 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")