-
Notifications
You must be signed in to change notification settings - Fork 53
Lib_Base64.f90.gcov
Stefano Zaghi edited this page Mar 12, 2015
·
1 revision
Metrics Analysis | ||
---|---|---|
Number of executable lines | 461 | |
Number of executed lines | 34 | 7% |
Number of unexecuted lines | 427 | 93% |
Number of average hits per executed lines | 16133 | |
Number of procedures | 31 | |
Number of executed procedures | 3 | 10% |
Number of unexecuted procedures | 28 | 90% |
Number of average hits per executed procedures | 15 |
- subroutine b64_init: tested 1 times
- subroutine encode_bits: tested 22 times
- subroutine b64_encode_I1_a: tested 22 times
- subroutine decode_bits
- subroutine b64_encode_up
- subroutine b64_encode_up_a
- subroutine b64_decode_up_a
- subroutine b64_encode_R16
- subroutine b64_encode_R8
- subroutine b64_encode_R4
- subroutine b64_encode_I8
- subroutine b64_encode_I4
- subroutine b64_encode_I2
- subroutine b64_encode_I1
- subroutine b64_encode_string
- subroutine b64_encode_R16_a
- subroutine b64_encode_R8_a
- subroutine b64_encode_R4_a
- subroutine b64_encode_I8_a
- subroutine b64_encode_I4_a
- subroutine b64_encode_I2_a
- subroutine b64_encode_string_a
- subroutine b64_decode_R16_a
- subroutine b64_decode_R8_a
- subroutine b64_decode_R4_a
- subroutine b64_decode_I8_a
- subroutine b64_decode_I4_a
- subroutine b64_decode_I2_a
- subroutine b64_decode_I1_a
- subroutine b64_decode_string_a
- subroutine autotest