push
0 of 1 new or added line in 1 file covered. (0.0%)
1529 existing lines in 63 files now uncovered.7 of 1711 relevant lines covered (0.41%)
0.0 hits per line
| 1 |
# This is abstraction around a notifier service for FileSystem based queue services
|
|
| 2 |
|
|
|
UNCOV
3
|
module DispatchRider |
× |
|
UNCOV
4
|
module NotificationServices |
× |
|
UNCOV
5
|
class FileSystem::Notifier |
× |
|
UNCOV
6
|
def initialize(options) |
× |
| 7 |
# nothing to do here
|
|
|
UNCOV
8
|
end
|
× |
| 9 |
|
|
|
UNCOV
10
|
def channel(path) |
× |
|
UNCOV
11
|
FileSystem::Channel.new(path) |
× |
|
UNCOV
12
|
end
|
× |
|
UNCOV
13
|
end
|
× |
|
UNCOV
14
|
end
|
× |
|
UNCOV
15
|
end
|
× |