Condition Coverage

lib/UR/Object/Command/List/Style.pm
Criterion Covered Total %
condition 6 18 33.3


and 3 conditions

line !l l&&!r l&&r condition
52 27 0 0 &Scalar::Util::blessed($i) and $i->isa('UR::Value')
27 0 0 &Scalar::Util::blessed($i) and $i->isa('UR::Value') and $i->can('create_view')
27 0 0 &Scalar::Util::blessed($i) and $i->can('__display_name__')
222 0 0 0 $reftype and $reftype ne 'ARRAY'
0 0 0 $reftype and $reftype ne 'ARRAY' and $reftype ne 'HASH'

or 3 conditions

line l !l&&r !l&&!r condition
291 14 1 42 not defined $width[$i] or $l > $width[$i]