Subroutine Coverage
blib/lib/Crypt/Rijndael/PP.pm |
|
Criterion |
Covered |
Total |
% |
subroutine |
26 |
52 |
50.0
|
pod |
9 |
14 |
64.2
|
line |
count |
pod |
subroutine |
3
|
8 |
n/a |
BEGIN |
4
|
8 |
n/a |
BEGIN |
6
|
8 |
n/a |
BEGIN |
8
|
8 |
n/a |
BEGIN |
9
|
8 |
n/a |
BEGIN |
10
|
8 |
n/a |
BEGIN |
12
|
8 |
n/a |
BEGIN |
13
|
8 |
n/a |
BEGIN |
15
|
8 |
n/a |
BEGIN |
20
|
8 |
n/a |
BEGIN |
90
|
0 |
Yes |
new |
106
|
0 |
Yes |
MODE_ECB |
110
|
0 |
Yes |
MODE_CBC |
114
|
0 |
Yes |
MODE_CTR |
118
|
0 |
Yes |
MODE_CFB |
122
|
0 |
Yes |
MODE_OFB |
126
|
0 |
No |
blocksize |
130
|
0 |
No |
keysize |
134
|
0 |
Yes |
set_iv |
148
|
0 |
Yes |
get_iv |
154
|
0 |
n/a |
_increment_nonce |
181
|
0 |
No |
encrypt |
207
|
0 |
n/a |
_encrypt_mode_ecb |
221
|
0 |
n/a |
_encrypt_mode_cbc |
241
|
0 |
n/a |
_encrypt_mode_ctr |
268
|
0 |
n/a |
_encrypt_mode_cfb |
287
|
0 |
n/a |
_encrypt_mode_ofb |
306
|
0 |
Yes |
decrypt |
332
|
0 |
n/a |
_decrypt_mode_ecb |
346
|
0 |
n/a |
_decrypt_mode_cbc |
372
|
0 |
n/a |
_decrypt_mode_ctr |
379
|
0 |
n/a |
_decrypt_mode_cfb |
398
|
0 |
n/a |
_decrypt_mode_ofb |
405
|
0 |
No |
encrypt_block |
455
|
0 |
No |
decrypt_block |
505
|
1 |
n/a |
_SubBytes |
512
|
1 |
n/a |
_InvSubBytes |
519
|
2 |
n/a |
_sub_bytes |
550
|
1 |
n/a |
_ShiftRows |
562
|
7 |
n/a |
_shift_row |
574
|
1 |
n/a |
_MixColumns |
595
|
5 |
n/a |
_mix_column |
639
|
1 |
n/a |
_InvMixColumns |
660
|
5 |
n/a |
_inv_mix_column |
704
|
2 |
n/a |
_AddRoundKey |
747
|
1 |
n/a |
_ExpandKey |
809
|
10 |
n/a |
_SubWord |
837
|
10 |
n/a |
_RotWord |
851
|
19 |
n/a |
_input_to_state |
882
|
0 |
n/a |
_state_to_output |
897
|
1 |
n/a |
_InvShiftRows |
908
|
7 |
n/a |
_inv_shift_row |