File Coverage

blib/lib/Sentry/Integration/Base.pm
Criterion Covered Total %
statement 3 9 33.3
branch n/a
condition n/a
subroutine 1 2 50.0
pod 0 1 0.0
total 4 12 33.3


line stmt bran cond sub pod time code
1             use Mojo::Base -base, -signatures;
2 4     4   1726  
  4         8  
  4         31  
3             has 'name';
4             has initialized => 0;
5              
6             die 'needs to be overridden';
7 0     0 0   }
  0            
  0            
  0            
  0            
8 0            
9             1;