line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::HidamariSketch::Sae; |
2
|
|
|
|
|
|
|
|
3
|
4
|
|
|
4
|
|
21
|
use strict; |
|
4
|
|
|
|
|
8
|
|
|
4
|
|
|
|
|
139
|
|
4
|
4
|
|
|
4
|
|
21
|
use warnings; |
|
4
|
|
|
|
|
8
|
|
|
4
|
|
|
|
|
95
|
|
5
|
4
|
|
|
4
|
|
19
|
use utf8; |
|
4
|
|
|
|
|
9
|
|
|
4
|
|
|
|
|
18
|
|
6
|
|
|
|
|
|
|
|
7
|
4
|
|
|
4
|
|
103
|
use base qw/Acme::HidamariSketch::Base/; |
|
4
|
|
|
|
|
7
|
|
|
4
|
|
|
|
|
700
|
|
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
our $VERSION = '0.05'; |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
sub info { |
13
|
|
|
|
|
|
|
return ( |
14
|
4
|
|
|
4
|
0
|
48
|
name_ja => '沙英', |
15
|
|
|
|
|
|
|
name_en => 'sae', |
16
|
|
|
|
|
|
|
nickname => 'さえ', |
17
|
|
|
|
|
|
|
birthday => '11/3', |
18
|
|
|
|
|
|
|
voice_by => '新谷 良子', |
19
|
|
|
|
|
|
|
room_number => {before => 102, first => 102, second => 102, third => undef}, |
20
|
|
|
|
|
|
|
sign => '蠍座', |
21
|
|
|
|
|
|
|
color => '#800080', # パープル |
22
|
|
|
|
|
|
|
course => '美術科', |
23
|
|
|
|
|
|
|
); |
24
|
|
|
|
|
|
|
} |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
1; |