Branch Coverage

blib/lib/Reflex/Callbacks.pm
Criterion Covered Total %
branch 16 22 72.7


line true false branch
89 2 17 unless ref $methods
92 2 15 if ref $methods eq 'ARRAY'
97 15 0 if ref $methods eq 'HASH'
114 13 0 unless defined $prefix
148 13 0 unless defined $match
154 0 13 unless defined $arg->{$_}
157 12 1 if (&blessed($callback))
158 1 11 if ($callback->isa('Reflex::Callback::Promise'))
162 11 0 if ($callback->isa('Reflex::Callback'))
163 2 9 unless $callback->object
173 1 0 if (ref $callback eq 'CODE')