Example #1
0
 // Methods
 public NCoverInfo()
 {
     this._ncoverPath              = this.DefaultApplicationName;
     this._profiledProcessModule   = string.Empty;
     this._projectName             = string.Empty;
     this._excludeCompilerCode     = true;
     this._coverageType            = NCoverCoverageType.Branch | NCoverCoverageType.SequencePoint;
     this._symbolSearchPolicy      = 15;
     this._additionalArgs          = string.Empty;
     this._typeExclusionPatterns   = string.Empty;
     this._methodExclusionPatterns = string.Empty;
     this._fileExclusionPatterns   = string.Empty;
 }
Example #2
0
 // Methods
 public NCoverInfo()
 {
     this._ncoverPath = this.DefaultApplicationName;
     this._profiledProcessModule = string.Empty;
     this._projectName = string.Empty;
     this._excludeCompilerCode = true;
     this._coverageType = NCoverCoverageType.Branch | NCoverCoverageType.SequencePoint;
     this._symbolSearchPolicy = 15;
     this._additionalArgs = string.Empty;
     this._typeExclusionPatterns = string.Empty;
     this._methodExclusionPatterns = string.Empty;
     this._fileExclusionPatterns = string.Empty;
 }