push
travis-ci
77 of 77 new or added lines in 5 files covered. (100.0%)
675 of 686 relevant lines covered (98.4%)
67.59 hits per line
1 |
# @api private
|
|
2 |
|
|
3 |
module Wisper |
7 all except jruby-head ✔ |
4 |
class BlockRegistration < Registration |
7 all except jruby-head ✔ |
5 |
def broadcast(event, publisher, *args) |
7 all except jruby-head ✔ |
6 |
if should_broadcast?(event)
|
× |
7 |
listener.call(*args) |
× |
8 |
end
|
|
9 |
end
|
|
10 |
end
|
|
11 |
end
|