Variable CoveredFile.isInCurrentProject

Is true if the file is from the tested library and false if is an external file

struct CoveredFile
{
  // ...
  bool isInCurrentProject ;
  // ...
}