File Coverage

corpus/lib/Alien/libfoo2.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Alien::libfoo2;
2              
3 1     1   1954 use strict;
  1         3  
  1         25  
4 1     1   5 use warnings;
  1         10  
  1         33  
5 1     1   7 use base qw( Alien::Base );
  1         1  
  1         301  
6 1     1   3189 use Role::Tiny::With qw( with );
  1         246  
  1         57  
7              
8             with 'Alien::Role::Alt';
9              
10             1;