File Coverage

blib/lib/Acme/PrettyCure/Girl/CureMint.pm
Criterion Covered Total %
statement 10 12 83.3
branch n/a
condition n/a
subroutine 6 8 75.0
pod 0 6 0.0
total 16 26 61.5


line stmt bran cond sub pod time code
1             package Acme::PrettyCure::Girl::CureMint;
2 4     4   24 use utf8;
  4         7  
  4         26  
3 4     4   98 use Moo;
  4         6  
  4         25  
4              
5             with qw/Acme::PrettyCure::Girl::Role Acme::PrettyCure::Girl::Role::Five/;
6              
7 2     2 0 40 sub human_name {'秋元こまち'}
8 2     2 0 35 sub precure_name {'キュアミント'}
9 0     0 0 0 sub age {15}
10 2     2 0 10 sub challenge { 'やすらぎの緑の大地、キュアミント!' }
11 2     2 0 6 sub color { 34 }
12 0     0 0   sub image_url { 'http://www.toei-anim.co.jp/tv/yes_precure5/character/img/body_mint.jpg' }
13              
14             1;