Condition Coverage

blib/lib/POE/Component/Client/opentick/Record.pm
Criterion Covered Total %
condition 5 6 83.3


and 3 conditions

line !l l&&!r l&&r condition
197 7 16 0 defined $$self{'datatype'} and $$self{'datatype'} == OTConstant('OT_DATATYPE_TRADE') || $$self{'datatype'} == OTConstant('OT_DATATYPE_EQ_INIT') || $$self{'datatype'} == OTConstant('OT_DATATYPE_OHLC')

or 3 conditions

line l !l&&r !l&&!r condition
197 2 1 13 $$self{'datatype'} == OTConstant('OT_DATATYPE_TRADE') || $$self{'datatype'} == OTConstant('OT_DATATYPE_EQ_INIT') || $$self{'datatype'} == OTConstant('OT_DATATYPE_OHLC')