File Coverage

blib/lib/Test/Spec/RMock/AnyConstraint.pm
Criterion Covered Total %
statement 2 2 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod 0 2 0.0
total 4 6 66.6


line stmt bran cond sub pod time code
1             package Test::Spec::RMock::AnyConstraint;
2              
3 8     8 0 33 sub new { bless {}, $_[0] }
4 21     21 0 103 sub call { 1 }
5              
6             1;
7              
8             __END__