Source file "io/netty/util/concurrent/SingleThreadEventExecutor.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 1,267 of 1,267 | 0% | 224 of 224 | 0% | 173 | 173 | 365 | 365 | 61 | 61 |
shutdownGracefully(long, long, TimeUnit) | ![]() | 0% | ![]() | 0% | 10 | 10 | 30 | 30 | 1 | 1 |
confirmShutdown() | ![]() | 0% | ![]() | 0% | 11 | 11 | 24 | 24 | 1 | 1 |
takeTask() | ![]() | 0% | ![]() | 0% | 9 | 9 | 26 | 26 | 1 | 1 |
runAllTasks(long) | ![]() | 0% | ![]() | 0% | 6 | 6 | 20 | 20 | 1 | 1 |
shutdown() | ![]() | 0% | ![]() | 0% | 9 | 9 | 24 | 24 | 1 | 1 |
threadProperties() | ![]() | 0% | ![]() | 0% | 8 | 8 | 12 | 12 | 1 | 1 |
SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean, int, RejectedExecutionHandler) | ![]() | 0% | n/a | 1 | 1 | 11 | 11 | 1 | 1 | |
SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean, Queue, RejectedExecutionHandler) | ![]() | 0% | n/a | 1 | 1 | 11 | 11 | 1 | 1 | |
runShutdownHooks() | ![]() | 0% | ![]() | 0% | 4 | 4 | 14 | 14 | 1 | 1 |
runScheduledAndExecutorTasks(int) | ![]() | 0% | ![]() | 0% | 7 | 7 | 8 | 8 | 1 | 1 |
execute(Runnable, boolean) | ![]() | 0% | ![]() | 0% | 7 | 7 | 15 | 15 | 1 | 1 |
fetchFromScheduledTaskQueue() | ![]() | 0% | ![]() | 0% | 5 | 5 | 10 | 10 | 1 | 1 |
static {...} | ![]() | 0% | ![]() | 0% | 2 | 2 | 11 | 11 | 1 | 1 |
runAllTasks() | ![]() | 0% | ![]() | 0% | 6 | 6 | 10 | 10 | 1 | 1 |
executeExpiredScheduledTasks() | ![]() | 0% | ![]() | 0% | 5 | 5 | 9 | 9 | 1 | 1 |
runExistingTasksFrom(Queue) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
startThread() | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
ensureThreadStarted(int) | ![]() | 0% | ![]() | 0% | 3 | 3 | 10 | 10 | 1 | 1 |
awaitTermination(long, TimeUnit) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
throwIfInEventLoop(String) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
hasTasks() | ![]() | 0% | ![]() | 0% | 4 | 4 | 2 | 2 | 1 | 1 |
addShutdownHook(Runnable) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
removeShutdownHook(Runnable) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
doStartThread() | ![]() | 0% | ![]() | 0% | 3 | 3 | 3 | 3 | 1 | 1 |
drainTasks() | ![]() | 0% | ![]() | 0% | 3 | 3 | 8 | 8 | 1 | 1 |
runAllTasksFrom(Queue) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
delayNanos(long) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
peekTask() | ![]() | 0% | ![]() | 0% | 3 | 3 | 2 | 2 | 1 | 1 |
pollTask() | ![]() | 0% | ![]() | 0% | 3 | 3 | 2 | 2 | 1 | 1 |
deadlineNanos() | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
interruptThread() | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
addTask(Runnable) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, boolean, int, RejectedExecutionHandler) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
execute0(Runnable) | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
pollTaskFrom(Queue) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, boolean) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
offerTask(Runnable) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
invokeAny(Collection, long, TimeUnit) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
invokeAll(Collection, long, TimeUnit) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
wakeup(boolean) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
inEventLoop(Thread) | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
isShuttingDown() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
isShutdown() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
isTerminated() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
lazyExecute0(Runnable) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
removeTask(Runnable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
invokeAny(Collection) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
invokeAll(Collection) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
reject(Runnable) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
newTaskQueue() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
newTaskQueue(int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
updateLastExecutionTime() | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
reject() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
pendingTasks() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
execute(Runnable) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
lazyExecute(Runnable) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
terminationFuture() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
wakesUpForTask(Runnable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
afterRunningAllTasks() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
cleanup() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |