Simple Test
Code Coverage Report
Created: 2016-06-22 10:03

Index | |

Source file:        I:\MyWork\SimpleTest\share\share.cpp

Binary files:       I:\MyWork\SimpleTest\test.elf
                    
                    Goto first zero count
Line No.
Count No.
Source
1
#include "share.h"
2
2
int test::foo() {
3
2
  int x = 256;
4
18
  while (x >= 2) {
5
16
    x = x / 2;
6
16
  }
7
2
  return x;
8
2
}



Generated by llvm-cov.exe -- llvm version 3.8.1