C# Class Palmmedia.OpenCoverToCoberturaConverter.Converter

Afficher le fichier Open project: danielpalme/OpenCoverToCoberturaConverter

Méthodes publiques

Méthode Description
ConvertToCobertura ( System.Xml.Linq.XDocument openCoverReport, string sourcesDirectory, bool includeGettersSetters ) : System.Xml.Linq.XDocument

Private Methods

Méthode Description
AddBranchCoverageToLineElement ( System.Xml.Linq.XElement firstMethodLineElement, double coverage, double visitedBranches, double totalBranches ) : void
AddOrphanedBranchCoverageToLineElements ( System.Xml.Linq.XElement linesElement, System.Xml.Linq.XElement branchPoints ) : void
CreateClassElement ( string className, System.Xml.Linq.XElement module, string>.Dictionary filesById, bool includeGettersSetters, long &coveredLines, long &totalLines, long &coveredBranches, long &totalBranches, Regex commonPrefix ) : System.Xml.Linq.XElement
CreateLineElement ( System.Xml.Linq.XElement seqPoint ) : System.Xml.Linq.XElement
CreateMethodElement ( System.Xml.Linq.XElement module, System.Xml.Linq.XElement method, System.Xml.Linq.XElement classLinesElement, long &coveredLines, long &totalLines, long &coveredBranches, long &totalBranches ) : System.Xml.Linq.XElement
CreatePackageElement ( System.Xml.Linq.XElement module, bool includeGettersSetters, long &coveredLines, long &totalLines, long &coveredBranches, long &totalBranches, Regex commonPrefix ) : System.Xml.Linq.XElement
CreatePackagesElement ( System.Xml.Linq.XDocument openCoverReport, bool includeGettersSetters, long &coveredLines, long &totalLines, long &coveredBranches, long &totalBranches, Regex commonPrefix ) : System.Xml.Linq.XElement
CreateRootElement ( System.Xml.Linq.XDocument openCoverReport, string sourcesDirectory, bool includeGettersSetters ) : System.Xml.Linq.XElement
CreateSourcesElement ( System.Xml.Linq.XDocument openCoverReport, string sourcesDirectory, string &commonPrefix ) : System.Xml.Linq.XElement

Method Details

ConvertToCobertura() public static méthode

public static ConvertToCobertura ( System.Xml.Linq.XDocument openCoverReport, string sourcesDirectory, bool includeGettersSetters ) : System.Xml.Linq.XDocument
openCoverReport System.Xml.Linq.XDocument
sourcesDirectory string
includeGettersSetters bool
Résultat System.Xml.Linq.XDocument