File Coverage

lib/Kephra/App/Panel.pm
Criterion Covered Total %
statement 6 7 85.7
branch n/a
condition n/a
subroutine 2 3 66.6
pod 0 1 0.0
total 8 11 72.7


line stmt bran cond sub pod time code
1             package Kephra::App::Panel;
2             our $VERSION = '0.00';
3            
4 1     1   1248 use strict;
  1         3  
  1         44  
5 1     1   6 use warnings;
  1         3  
  1         69  
6            
7             my ($left,$right,$bottom);
8            
9 0     0 0   sub new {}
10            
11             1;