Variable CoveredFile.isIgnored

Is true if the file is set to be ignored from the final report

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