File Coverage

blib/lib/MooX/Role/POE/Emitter/RegisteredSession.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 MooX::Role::POE::Emitter::RegisteredSession;
2             $MooX::Role::POE::Emitter::RegisteredSession::VERSION = '1.001001';
3 1     1   6 use Moo;
  1         2  
  1         10  
4              
5             has id => ( is => 'rw', required => 1 );
6             has refcount => ( is => 'rw', required => 1 );
7              
8             1;
9              
10             =pod
11              
12             =for Pod::Coverage id refcount
13              
14             =cut