Skip to content

Lib_Base64.f90.gcov

Stefano Zaghi edited this page Jun 16, 2015 · 3 revisions

Coverage analysis of Lib_Base64.f90

Metrics Analysis
Number of executable lines 501
Number of executed lines 427 85%
Number of unexecuted lines 74 15%
Number of average hits per executed lines 4
Number of procedures 32
Number of executed procedures 25 78%
Number of unexecuted procedures 7 22%
Number of average hits per executed procedures 3

lines procedures

Unexecuted procedures

  • subroutine b64_encode_up, line 314
  • subroutine b64_encode_up_a, line 344
  • subroutine b64_decode_up, line 374
  • subroutine b64_decode_up_a, line 404
  • subroutine b64_encode_R16, line 434
  • subroutine b64_encode_R16_a, line 604
  • subroutine b64_decode_R16_a, line 932

Executed procedures

  • subroutine b64_init: tested 1 times
  • subroutine encode_bits: tested 28 times
  • subroutine decode_bits: tested 28 times
  • subroutine b64_encode_R8: tested 1 times
  • subroutine b64_encode_R4: tested 1 times
  • subroutine b64_encode_I8: tested 1 times
  • subroutine b64_encode_I4: tested 1 times
  • subroutine b64_encode_I2: tested 1 times
  • subroutine b64_encode_I1: tested 1 times
  • subroutine b64_encode_string: tested 2 times
  • subroutine b64_encode_R8_a: tested 1 times
  • subroutine b64_encode_R4_a: tested 1 times
  • subroutine b64_encode_I8_a: tested 1 times
  • subroutine b64_encode_I4_a: tested 1 times
  • subroutine b64_encode_I2_a: tested 1 times
  • subroutine b64_encode_I1_a: tested 1 times
  • subroutine b64_encode_string_a: tested 1 times
  • subroutine b64_decode_R8_a: tested 2 times
  • subroutine b64_decode_R4_a: tested 2 times
  • subroutine b64_decode_I8_a: tested 2 times
  • subroutine b64_decode_I4_a: tested 2 times
  • subroutine b64_decode_I2_a: tested 2 times
  • subroutine b64_decode_I1_a: tested 2 times
  • subroutine b64_decode_string_a: tested 2 times
  • subroutine autotest: tested 1 times