File Coverage

blib/lib/Acme/PrettyCure/Girl/CureSword.pm
Criterion Covered Total %
statement 8 12 66.6
branch n/a
condition n/a
subroutine 4 8 50.0
pod 0 6 0.0
total 12 26 46.1


line stmt bran cond sub pod time code
1             package Acme::PrettyCure::Girl::CureSword;
2 2     2   12 use utf8;
  2         4  
  2         14  
3 2     2   58 use Moo;
  2         4  
  2         19  
4              
5             with qw/Acme::PrettyCure::Girl::Role Acme::PrettyCure::Girl::Role::DokiDoki/;
6              
7 0     0 0 0 sub human_name {'剣崎真琴'}
8 0     0 0 0 sub precure_name {'キュアソード'}
9 1     1 0 6 sub challenge { '勇気の刃!キュアソード!' }
10 0     0 0 0 sub message { 'このキュアソードが、愛の剣であなたの野望を断ち切ってみせる!' }
11 1     1 0 3 sub color { 183 }
12 0     0 0   sub image_url { 'http://www.toei-anim.co.jp/tv/precure/character/img/cure/image_cure04.png' }
13              
14             1;