File Coverage

blib/lib/MouseX/POE/Meta/Method/State.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package MouseX::POE::Meta::Method::State;
2             $MouseX::POE::Meta::Method::State::VERSION = '0.216';
3             # ABSTRACT: Dont look into this, its boring
4 11     11   42 use strict;
  11         16  
  11         467  
5 11     11   38 use Mouse;
  11         11  
  11         41  
6             extends qw(Mouse::Meta::Method);
7              
8 11     11   2710 no Mouse;
  11         14  
  11         38  
9             1;
10              
11             __END__