File Coverage

blib/lib/Acme/PrettyCure/Girl/CureBerry.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::CureBerry;
2 3     3   19 use utf8;
  3         6  
  3         20  
3 3     3   73 use Moo;
  3         6  
  3         17  
4              
5             with qw/Acme::PrettyCure::Girl::Role Acme::PrettyCure::Girl::Role::Fresh/;
6              
7 2     2 0 43 sub human_name {'蒼乃美希'}
8 2     2 0 37 sub precure_name {'キュアベリー'}
9 0     0 0 0 sub age {14}
10 2     2 0 11 sub challenge { qw(ブルーのハートは希望の印 つみたてフレッシュ、キュアベリー!) }
11 6     6 0 16 sub color { 63 }
12 0     0 0   sub image_url { 'http://www.toei-anim.co.jp/tv/fresh_precure/character/img/main/curepeach_l.jpg' }
13              
14             1;