Condition Coverage

lib/Finance/Robinhood/Forex/Order.pm
Criterion Covered Total %
condition 7 34 20.5


and 3 conditions

line !l l&&!r l&&r condition
105 0 0 0 $filled and $cancelled
221 0 0 0 $filled and $rejected

or 2 conditions

line l !l condition
35 0 1 t::Utility::stash('ORDER') // skip_all()
133 0 1 t::Utility::stash('ORDER') // skip_all()
148 0 1 t::Utility::stash('ORDER') // skip_all()
163 0 1 t::Utility::stash('ORDER') // skip_all()
182 0 1 t::Utility::stash('ORDER') // skip_all('No order object in stash')
197 0 1 t::Utility::stash('ORDER') // skip_all('No order object in stash')
247 0 0 $s->can_cancel // (return !1)
280 0 1 t::Utility::stash('ORDER') // skip_all('No order object in stash')

or 3 conditions

line l !l&&r !l&&!r condition
109 0 0 0 $filled // skip('Cannot find a filled forex order', 1)
114 0 0 0 $cancelled // skip('Cannot find a cancelled forex order', 1)
224 0 0 0 $filled // skip('Cannot find a filled forex order', 1)
229 0 0 0 $rejected // skip('Cannot find a rejected forex order', 1)