Condition Coverage

blib/lib/Venus/Role/Comparable.pm
Criterion Covered Total %
condition 15 21 71.4


and 3 conditions

line !l l&&!r l&&r condition
23 0 438 0 &Scalar::Util::blessed($data) and not $data->isa("Venus::Kind")
54 42 31 21 $self->ge($ge) and $self->le($le)
70 0 387 0 &Scalar::Util::blessed($data) and not $data->isa("Venus::Kind")
90 66 26 2 $self->gt($gt) and $self->lt($lt)
120 0 268 0 &Scalar::Util::blessed($data) and not $data->isa("Venus::Kind")

or 3 conditions

line l !l&&r !l&&!r condition
43 54 48 85 $self->gt($data) or $self->eq($data)
140 39 43 64 $self->lt($data) or $self->eq($data)