EMMA Coverage Report (generated Thu Jan 20 11:39:44 EST 2011)
[all classes][com.hammurapi.eventbus.tests]

COVERAGE SUMMARY FOR SOURCE FILE [FaultyHandler.java]

nameclass, %method, %block, %line, %
FaultyHandler.java100% (1/1)100% (2/2)100% (8/8)100% (2/2)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class FaultyHandler100% (1/1)100% (2/2)100% (8/8)100% (2/2)
FaultyHandler (): void 100% (1/1)100% (3/3)100% (1/1)
handle (String): void 100% (1/1)100% (5/5)100% (1/1)

1package com.hammurapi.eventbus.tests;
2 
3import com.hammurapi.eventbus.Handler;
4 
5public class FaultyHandler {
6        
7        @Handler
8        public void handle(String str) {
9                throw new RuntimeException("Oops!");
10        }
11        
12}

[all classes][com.hammurapi.eventbus.tests]
EMMA 2.0.5312 EclEmma Fix 2 (C) Vladimir Roubtsov