Source file "com/google/common/util/concurrent/AbstractServiceTest.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 1,281 of 1,281 | 0% | 2 of 2 | 0% | 58 | 58 | 363 | 363 | 57 | 57 |
| testManualServiceStopWhileStarting() | 0% | n/a | 1 | 1 | 21 | 21 | 1 | 1 | ||
| testManualServiceStartStop() | 0% | n/a | 1 | 1 | 20 | 20 | 1 | 1 | ||
| testNoOpServiceStartStop() | 0% | n/a | 1 | 1 | 17 | 17 | 1 | 1 | ||
| testAwaitTerminated_failedService() | 0% | n/a | 1 | 1 | 14 | 14 | 1 | 1 | ||
| testManualServiceFailureIdempotence() | 0% | n/a | 1 | 1 | 10 | 10 | 1 | 1 | ||
| testAddListenerAfterFailureDoesntCauseDeadlock() | 0% | n/a | 1 | 1 | 9 | 9 | 1 | 1 | ||
| testListenerDoesntDeadlockOnStopAndWaitFromTerminated() | 0% | n/a | 1 | 1 | 9 | 9 | 1 | 1 | ||
| testThreadedServiceStartAndWaitStopAndWait() | 0% | n/a | 1 | 1 | 12 | 12 | 1 | 1 | ||
| testThrowingServiceStopAndWait_stopThrowing() | 0% | n/a | 1 | 1 | 11 | 11 | 1 | 1 | ||
| testThrowingServiceStopAndWait_runThrowing() | 0% | n/a | 1 | 1 | 10 | 10 | 1 | 1 | ||
| testManualServiceStopMultipleTimesWhileStarting() | 0% | n/a | 1 | 1 | 10 | 10 | 1 | 1 | ||
| testFailingServiceStopAndWait_stopFailing() | 0% | n/a | 1 | 1 | 11 | 11 | 1 | 1 | ||
| testNoOpServiceStopIdempotence() | 0% | n/a | 1 | 1 | 11 | 11 | 1 | 1 | ||
| testFailingServiceStopAndWait_runFailing() | 0% | n/a | 1 | 1 | 10 | 10 | 1 | 1 | ||
| testFailureCause_throwsIfNotFailed() | 0% | n/a | 1 | 1 | 9 | 9 | 1 | 1 | ||
| testManualServiceNotifyStoppedWhileRunning() | 0% | n/a | 1 | 1 | 12 | 12 | 1 | 1 | ||
| testManualServiceUnrequestedStop() | 0% | n/a | 1 | 1 | 11 | 11 | 1 | 1 | ||
| testThreadedServiceStopIdempotenceAfterWait() | 0% | n/a | 1 | 1 | 10 | 10 | 1 | 1 | ||
| testThrowingServiceStartAndWait() | 0% | n/a | 1 | 1 | 8 | 8 | 1 | 1 | ||
| testManualServiceStopWhileNew() | 0% | n/a | 1 | 1 | 9 | 9 | 1 | 1 | ||
| testAwaitTerminated() | 0% | n/a | 1 | 1 | 9 | 9 | 1 | 1 | ||
| testFailingServiceStartAndWait() | 0% | n/a | 1 | 1 | 8 | 8 | 1 | 1 | ||
| testThreadedServiceStopIdempotence() | 0% | n/a | 1 | 1 | 9 | 9 | 1 | 1 | ||
| testThreadedServiceStopIdempotenceDoubleWait() | 0% | n/a | 1 | 1 | 9 | 9 | 1 | 1 | ||
| testManualServiceFailWhileStopping() | 0% | n/a | 1 | 1 | 10 | 10 | 1 | 1 | ||
| testNoOpServiceStartStopAndWaitUninterruptible() | 0% | n/a | 1 | 1 | 9 | 9 | 1 | 1 | ||
| testStopUnstartedService() | 0% | n/a | 1 | 1 | 7 | 7 | 1 | 1 | ||
| testManualServiceFailWhileRunning() | 0% | n/a | 1 | 1 | 8 | 8 | 1 | 1 | ||
| testNoOpServiceStopIdempotenceDoubleWait() | 0% | n/a | 1 | 1 | 7 | 7 | 1 | 1 | ||
| testListenerDoesntDeadlockOnStartAndWaitFromRunning() | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | ||
| testManualServiceFailWhileStarting() | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | ||
| testNoOpServiceStartAndWaitStopAndWait() | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | ||
| testNoOpServiceStartAsyncAndAwaitStopAsyncAndAwait() | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | ||
| testNoOpServiceStopIdempotenceAfterWait() | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | ||
| invokeOnExecutionThreadForTest(Runnable) | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | ||
| testNotifyFailedWhenTerminated() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | ||
| testNotifyStartedWhenNotStarting() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| testNotifyStoppedWhenNotRunning() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| testNotifyFailedWhenNotStarted() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| lambda$testNotifyFailedWhenTerminated$0(AbstractServiceTest.NoOpService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$testNotifyFailedWhenNotStarted$0(AbstractService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| throwIfSet(Throwable) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| static {...} | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$testFailureCause_throwsIfNotFailed$2(AbstractServiceTest.StopFailingService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$testFailureCause_throwsIfNotFailed$1(AbstractServiceTest.StopFailingService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$testFailureCause_throwsIfNotFailed$0(AbstractServiceTest.StopFailingService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$testThrowingServiceStopAndWait_stopThrowing$0(AbstractServiceTest.StopThrowingService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$testThrowingServiceStartAndWait$0(AbstractServiceTest.StartThrowingService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$testFailingServiceStopAndWait_stopFailing$0(AbstractServiceTest.StopFailingService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$testFailingServiceStartAndWait$0(AbstractServiceTest.StartFailingService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$testStopUnstartedService$0(AbstractServiceTest.NoOpService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| AbstractServiceTest() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$testNotifyStoppedWhenNotRunning$0(AbstractService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$testNotifyStartedWhenNotStarting$0(AbstractService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$testThrowingServiceStopAndWait_runThrowing$0(AbstractServiceTest.RunThrowingService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$testFailingServiceStopAndWait_runFailing$0(AbstractServiceTest.RunFailingService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$testManualServiceFailureIdempotence$0(AbstractServiceTest.ManualSwitchedService) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |