Condition Coverage

lib/Synapse/Monitor/Listener.pm
Criterion Covered Total %
condition 10 15 66.6


or 2 conditions

line l !l condition
198 23 7 $$self{'action'} ||= {}
199 10 20 $$self{'action'}{$before} ||= {}
263 3 0 $$event{'id'} || (next)
264 3 0 $$event{'state'} || (next)
265 3 0 $$event{'listener'} || (next)
271 3 0 $class->new($listener) || (next)

or 3 conditions

line l !l&&r !l&&!r condition
267 2 1 0 'Synapse::Monitor::Listener::State'->new($id) || 'Synapse::Monitor::Listener::State'->create($id, 'UNKNOWN')