File Coverage

/tmp/.liveman/Aion-Emitter-0.1.1-0/aion!emitter.t/lib/Event/BallEvent.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Event::BallEvent;
2              
3 1     1   406 use Aion;
  1         1  
  1         4  
4              
5             has radius => (is => 'rw', isa => Num);
6             has weight => (is => 'rw', isa => Num);
7              
8             1;