Subroutine Coverage
blib/lib/Language/Befunge/Ops.pm |
|
Criterion |
Covered |
Total |
% |
subroutine |
60 |
60 |
100.0
|
pod |
55 |
55 |
100.0
|
line |
count |
pod |
subroutine |
9
|
67 |
n/a |
BEGIN |
10
|
67 |
n/a |
BEGIN |
11
|
67 |
n/a |
BEGIN |
17
|
67 |
n/a |
BEGIN |
18
|
67 |
n/a |
BEGIN |
22
|
650 |
Yes |
num_push_number |
36
|
37 |
Yes |
str_enter_string_mode |
47
|
29 |
Yes |
str_fetch_char |
64
|
2 |
Yes |
str_store_char |
82
|
86 |
Yes |
math_addition |
100
|
42 |
Yes |
math_substraction |
118
|
73 |
Yes |
math_multiplication |
136
|
7 |
Yes |
math_division |
152
|
5 |
Yes |
math_remainder |
167
|
106 |
Yes |
dir_go_east |
174
|
50 |
Yes |
dir_go_west |
181
|
23 |
Yes |
dir_go_north |
188
|
68 |
Yes |
dir_go_south |
195
|
2 |
Yes |
dir_go_high |
202
|
1 |
Yes |
dir_go_low |
209
|
2 |
Yes |
dir_go_away |
216
|
5 |
Yes |
dir_turn_left |
223
|
5 |
Yes |
dir_turn_right |
230
|
5 |
Yes |
dir_reverse |
237
|
6 |
Yes |
dir_set_delta |
245
|
21 |
Yes |
decis_neg |
257
|
6 |
Yes |
decis_gt |
268
|
70 |
Yes |
decis_horiz_if |
279
|
9 |
Yes |
decis_vert_if |
290
|
2 |
Yes |
decis_z_if |
301
|
6 |
Yes |
decis_cmp |
320
|
3 |
Yes |
flow_space |
331
|
41 |
Yes |
flow_no_op |
337
|
2 |
Yes |
flow_comments |
351
|
256 |
Yes |
flow_trampoline |
358
|
6 |
Yes |
flow_jump_to |
370
|
13 |
Yes |
flow_repeat |
392
|
19 |
Yes |
flow_kill_thread |
399
|
186 |
Yes |
flow_quit |
408
|
63 |
Yes |
stack_pop |
415
|
70 |
Yes |
stack_duplicate |
425
|
3 |
Yes |
stack_swap |
435
|
2 |
Yes |
stack_clear |
441
|
19 |
Yes |
block_open |
461
|
12 |
Yes |
block_close |
478
|
11 |
Yes |
bloc_transfer |
489
|
4 |
Yes |
store_get |
505
|
15 |
Yes |
store_put |
520
|
212 |
Yes |
stdio_out_num |
531
|
150 |
Yes |
stdio_out_ascii |
543
|
12 |
Yes |
stdio_in_num |
569
|
3 |
Yes |
stdio_in_ascii |
580
|
3 |
Yes |
stdio_in_file |
608
|
3 |
Yes |
stdio_out_file |
637
|
2 |
Yes |
stdio_sys_exec |
648
|
30 |
Yes |
sys_info |
765
|
6 |
Yes |
spawn_ip |
778
|
19 |
Yes |
lib_load |
816
|
10 |
Yes |
lib_unload |
853
|
13 |
Yes |
lib_run_instruction |