File Coverage

blib/lib/Gears/Controller.pm
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 7 7 100.0


line stmt bran cond sub pod time code
1             package Gears::Controller;
2             $Gears::Controller::VERSION = '0.101';
3 1     1   3399 use v5.40;
  1         5  
4 1     1   8 use Mooish::Base -standard;
  1         2  
  1         10  
5              
6             extends 'Gears::Component';
7              
8             __END__