Searched full:jacoco (Results 1 – 25 of 914) sorted by relevance
12345678910>>...37
| /external/jacoco/org.jacoco.doc/docroot/doc/ |
| D | changes.html | 8 <title>JaCoCo - Change History</title> 13 <a href="../index.html" class="el_report">JaCoCo</a> > 25 <li>JaCoCo now officially supports Java 15 and 16 26 (GitHub <a href="https://github.com/jacoco/jacoco/issues/1094">#1094</a>, 27 <a href="https://github.com/jacoco/jacoco/issues/1097">#1097</a>, 28 <a href="https://github.com/jacoco/jacoco/issues/1176">#1176</a>).</li> 30 (GitHub <a href="https://github.com/jacoco/jacoco/issues/1132">#1132</a>).</li> 33 (GitHub <a href="https://github.com/jacoco/jacoco/issues/1175">#1175</a>).</li> 36 (GitHub <a href="https://github.com/jacoco/jacoco/issues/1143">#1143</a>, 37 <a href="https://github.com/jacoco/jacoco/issues/1178">#1178</a>).</li> [all …]
|
| D | environment.html | 8 <title>JaCoCo - Development Environment</title> 13 <a href="../index.html" class="el_report">JaCoCo</a> > 24 The JaCoCo project is hosted on 25 <a href="https://github.com/jacoco/jacoco">GitHub</a> and can be cloned from 30 https://github.com/jacoco/jacoco.git 35 <a href="https://github.com/jacoco/jacoco/issues">issues</a> and 36 <a href="https://github.com/jacoco/jacoco/pulls">pull requests</a> 44 JaCoCo development is done with the latest version of 57 <li><code>org.jacoco.core</code></li> 58 <li><code>org.jacoco.core.test</code></li> [all …]
|
| D | repo.html | 7 …<link rel="stylesheet" href="../coverage/jacoco-resources/prettify.css" charset="UTF-8" type="text… 9 <script type="text/javascript" src="../coverage/jacoco-resources/prettify.js"></script> 10 <title>JaCoCo - Maven Repository</title> 15 <a href="../index.html" class="el_report">JaCoCo</a> > 24 If you want to integrate JaCoCo within your tools you might directly retrieve 25 it from the Maven repository. There are two repositories, one for JaCoCo 65 <td><code>org.jacoco</code></td> 66 <td><code>jacoco-maven-plugin</code></td> 71 <td><code>org.jacoco</code></td> 72 <td><code>org.jacoco.agent</code></td> [all …]
|
| D | faq.html | 8 <title>JaCoCo - FAQ</title> 13 <a href="../index.html" class="el_report">JaCoCo</a> > 22 This is a compilation of questions that have been asked by JaCoCo users 28 JaCoCo is maintained by volunteers in their free time. Since we cannot 40 <h3>Does JaCoCo have a plug-in for [Eclipse|Netbeans|Whatever...]?</h3> 46 <h3>What Java versions are supported by JaCoCo?</h3> 48 JaCoCo supports Java class files from version 1.0 to 16. However the minimum 49 JRE version required by the JaCoCo runtime (e.g. the agent) and the JaCoCo 57 names. You get this error during report generation if JaCoCo is supplied with 64 JaCoCo determines code execution with so called probes. Probes are inserted [all …]
|
| /external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
| D | ReportTaskTest.xml | 16 <project name="JaCoCo Report Task Tests" xmlns:au="antlib:org.apache.ant.antunit" xmlns:jacoco="ant… 30 <jacoco:report/> 36 <jacoco:report> 38 </jacoco:report> 44 <jacoco:report> 48 </jacoco:report> 53 <jacoco:report> 58 </jacoco:report> 64 <jacoco:report> 69 </jacoco:report> [all …]
|
| D | CoverageTaskTest.xml | 15 <project name="JaCoCo Coverage Task Tests" xmlns:au="antlib:org.apache.ant.antunit" xmlns:jacoco="a… 20 <property name="exec.file" location="${temp.dir}/jacoco.exec" /> 29 <jacoco:coverage/> 35 <jacoco:coverage> 36 <java classname="org.jacoco.ant.TestTarget" fork="true" failonerror="true"> 37 <classpath path="${org.jacoco.ant.coverageTaskTest.classes.dir}"/> 39 <java classname="org.jacoco.ant.TestTarget" fork="true" failonerror="true"> 40 <classpath path="${org.jacoco.ant.coverageTaskTest.classes.dir}"/> 42 </jacoco:coverage> 50 <jacoco:coverage> [all …]
|
| D | InstrumentTaskTest.xml | 15 <project name="JaCoCo Instrument Task Tests" xmlns:au="antlib:org.apache.ant.antunit" xmlns:jacoco=… 29 <jacoco:instrument/> 36 …<copy file="${org.jacoco.ant.instrumentTaskTest.classes.dir}/TestTargetInDefault.class" tofile="${… 39 <jacoco:instrument destdir="${temp.dir}/output"> 41 </jacoco:instrument> 47 <jacoco:instrument destdir="${temp.dir}"> 48 <dirset dir="${org.jacoco.ant.instrumentTaskTest.classes.dir}" includes="**"/> 49 </jacoco:instrument> 59 <fileset dir="${org.jacoco.ant.instrumentTaskTest.classes.dir}" includes="**/*.class"/> 63 <jacoco:instrument destdir="${instr.dir}"> [all …]
|
| /external/jacoco/jacoco-maven-plugin.test/it/it-customize-agent/ |
| D | pom.xml | 18 <groupId>jacoco</groupId> 26 <jacoco.propertyName>coverageAgent</jacoco.propertyName> 27 <jacoco.destFile>${project.build.directory}/coverage.exec</jacoco.destFile> 28 <jacoco.append>false</jacoco.append> 29 … <jacoco.exclClassLoaders>sun.reflect.DelegatingClassLoader:MyClassLoader</jacoco.exclClassLoaders> 30 <jacoco.inclBootstrapClasses>true</jacoco.inclBootstrapClasses> 31 <jacoco.inclNoLocationClasses>true</jacoco.inclNoLocationClasses> 32 <jacoco.sessionId>session</jacoco.sessionId> 33 <jacoco.dumpOnExit>true</jacoco.dumpOnExit> 34 <jacoco.output>file</jacoco.output> [all …]
|
| /external/jacoco/org.jacoco.core.test.validation/ |
| D | pom.xml | 18 <groupId>org.jacoco</groupId> 19 <artifactId>org.jacoco.tests</artifactId> 21 <relativePath>../org.jacoco.tests</relativePath> 24 <artifactId>org.jacoco.core.test.validation</artifactId> 27 <name>JaCoCo :: Test :: Core :: Validation</name> 30 <module>../org.jacoco.core.test.validation.java5</module> 34 <jacoco.skip>true</jacoco.skip> 74 <module>../org.jacoco.core.test.validation.kotlin</module> 87 <module>../org.jacoco.core.test.validation.kotlin</module> 104 <module>../org.jacoco.core.test.validation.kotlin</module> [all …]
|
| /external/jacoco/ |
| D | Android.bp | 17 // Build jacoco-agent from sources for the platform 20 // to be used in the SDK where apps can use the official jacoco release. 63 manifest: "org.jacoco.agent/src/MANIFEST.MF", 71 "org.jacoco.core/src/**/*.java", 72 "org.jacoco.agent/src/**/*.java", 73 "org.jacoco.agent.rt/src/**/*.java", 76 // Some Jacoco source files depend on classes that do not exist in Android. 83 // mandatory jacoco classes. 87 "org.jacoco.core/src/org/jacoco/core/runtime/ModifiedSystemClassRuntime.java", 88 "org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/PreMain.java", [all …]
|
| D | README.md | 1 JaCoCo Java Code Coverage Library 4 …s](https://dev.azure.com/jacoco-org/JaCoCo/_apis/build/status/JaCoCo?branchName=master)](https://d… 5 …egytv4tb898d7/branch/master?svg=true)](https://ci.appveyor.com/project/JaCoCo/jacoco/branch/master) 6 …tps://img.shields.io/maven-central/v/org.jacoco/jacoco.svg)](http://search.maven.org/#search|ga|1|… 8 JaCoCo is a free Java code coverage library distributed under the Eclipse Public 9 License. Check the [project homepage](http://www.jacoco.org/jacoco) 12 Please use our [mailing list](https://groups.google.com/forum/?fromgroups=#!forum/jacoco) 13 for questions regarding JaCoCo which are not already covered by the 14 [extensive documentation](http://www.jacoco.org/jacoco/trunk/doc/). 16 …Please use our [mailing list](https://groups.google.com/forum/?fromgroups=#!forum/jacoco) for this.
|
| /external/jacoco/org.jacoco.doc/ |
| D | pom.xml | 17 <groupId>org.jacoco</groupId> 18 <artifactId>org.jacoco.build</artifactId> 20 <relativePath>../org.jacoco.build</relativePath> 23 <artifactId>org.jacoco.doc</artifactId> 26 <name>JaCoCo :: Documentation</name> 27 <description>JaCoCo Documentation</description> 36 <artifactId>org.jacoco.core</artifactId> 40 <artifactId>org.jacoco.core.test</artifactId> 46 <artifactId>org.jacoco.report</artifactId> 50 <artifactId>org.jacoco.report.test</artifactId> [all …]
|
| /external/jazzer-api/third_party/ |
| D | jacoco-make-probe-adapter-subclassable.patch | 2 // These patches apply to JaCoCo (https://github.com/jacoco/jacoco) and are hereby made available u… 5 diff --git org.jacoco.core/src/org/jacoco/core/analysis/Analyzer.java org.jacoco.core/src/org/jacoc… 7 --- org.jacoco.core/src/org/jacoco/core/analysis/Analyzer.java 8 +++ org.jacoco.core/src/org/jacoco/core/analysis/Analyzer.java 9 @@ -31,6 +31,8 @@ import org.jacoco.core.internal.analysis.ClassCoverageImpl; 10 import org.jacoco.core.internal.analysis.StringPool; 11 import org.jacoco.core.internal.data.CRC64; 12 import org.jacoco.core.internal.flow.ClassProbesAdapter; 13 +import org.jacoco.core.internal.flow.ClassProbesVisitor; 14 +import org.jacoco.core.internal.flow.IClassProbesAdapterFactory; [all …]
|
| D | jacoco-make-probe-inserter-subclassable.patch | 2 // These patches apply to JaCoCo (https://github.com/jacoco/jacoco) and are hereby made available u… 5 diff --git org.jacoco.core/src/org/jacoco/core/internal/instr/ClassInstrumenter.java org.jacoco.cor… 7 --- org.jacoco.core/src/org/jacoco/core/internal/instr/ClassInstrumenter.java 8 +++ org.jacoco.core/src/org/jacoco/core/internal/instr/ClassInstrumenter.java 52 diff --git org.jacoco.core/src/org/jacoco/core/internal/instr/IProbeInserterFactory.java org.jacoco… 56 +++ org.jacoco.core/src/org/jacoco/core/internal/instr/IProbeInserterFactory.java 58 +package org.jacoco.core.internal.instr; 66 diff --git org.jacoco.core/src/org/jacoco/core/internal/instr/ProbeInserter.java org.jacoco.core/sr… 68 --- org.jacoco.core/src/org/jacoco/core/internal/instr/ProbeInserter.java 69 +++ org.jacoco.core/src/org/jacoco/core/internal/instr/ProbeInserter.java
|
| /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/ |
| D | ResourcesTest.java | 13 package org.jacoco.report.internal.html.resources; 19 import org.jacoco.core.analysis.ICoverageNode.ElementType; 20 import org.jacoco.report.MemoryMultiReportOutput; 21 import org.jacoco.report.internal.ReportOutputFolder; 46 assertEquals("../../jacoco-resources/test.png", in testGetLink() 54 output.assertFile("jacoco-resources/branchfc.gif"); in testCopyResources() 55 output.assertFile("jacoco-resources/branchnc.gif"); in testCopyResources() 56 output.assertFile("jacoco-resources/branchpc.gif"); in testCopyResources() 57 output.assertFile("jacoco-resources/bundle.gif"); in testCopyResources() 58 output.assertFile("jacoco-resources/class.gif"); in testCopyResources() [all …]
|
| /external/jacoco/org.jacoco.doc/docroot/ |
| D | index.html | 8 <title>JaCoCo - Java Code Coverage Library</title> 13 <span class="el_report">JaCoCo</span> 17 <h1>JaCoCo - Java Code Coverage Library</h1> 20 JaCoCo is a free Java code coverage library distributed under the 22 <a href="${jacoco.home.url}">${jacoco.home.url}</a> for updates and feedback. 28 <a href="https://github.com/jacoco/jacoco/tree/${buildNumber}">${buildNumber}</a>. 37 (<a href="coverage/jacoco.csv">CSV</a>, 38 <a href="coverage/jacoco.xml">XML</a>)</li> 44 The JaCoCo distribution contains the following libraries in the 67 <td>JaCoCo Ant tasks</td> [all …]
|
| /external/jacoco/org.jacoco.tests/ |
| D | pom.xml | 18 <groupId>org.jacoco</groupId> 19 <artifactId>org.jacoco.build</artifactId> 21 <relativePath>../org.jacoco.build</relativePath> 24 <artifactId>org.jacoco.tests</artifactId> 27 <name>JaCoCo :: Tests</name> 30 <module>../org.jacoco.core.test</module> 31 <module>../org.jacoco.core.test.validation</module> 32 <module>../org.jacoco.report.test</module> 33 <module>../org.jacoco.agent.rt.test</module> 34 <module>../org.jacoco.agent.test</module> [all …]
|
| /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
| D | CoverageTransformerTest.java | 13 package org.jacoco.agent.rt.internal; 29 import org.jacoco.core.JaCoCo; 30 import org.jacoco.core.runtime.AbstractRuntime; 31 import org.jacoco.core.runtime.AgentOptions; 70 "org/jacoco/agent/rt/internal/somepkg/SomeClass", in testFilterAgentClass() 91 options.setExclClassloader("org.jacoco.agent.SomeWhere$*"); in testFilterClassLoaderPositive1() 99 options.setExclClassloader("org.jacoco.agent.SomeWhere$*"); in testFilterClassLoaderPositive2() 108 "org.jacoco.agent.rt.internal.CoverageTransformerTest$*"); in testFilterClassLoaderNegative1() 120 "org.jacoco.agent.rt.internal.CoverageTransformerTest$*"); in testFilterClassLoaderNegative2() 130 options.setIncludes("org.jacoco.core.*:org.jacoco.agent.rt.*"); in testFilterIncludedClassPositive() [all …]
|
| /external/robolectric/integration_tests/jacoco-offline/ |
| D | build.gradle | 4 apply plugin: "jacoco" 6 def jacocoVersion = libs.versions.jacoco.get() 8 jacoco { 23 testImplementation "org.jacoco:org.jacoco.agent:$jacocoVersion:runtime" 40 println "[JaCoCo]:Generating JaCoCo instrumented classes for the build." 43 println "[JaCoCo]:Classes had been instrumented." 48 classname: 'org.jacoco.ant.InstrumentTask', 75 …def executionDataFilePath = layout.buildDirectory.dir("jacoco").get().file("${unitTestTaskName}.ex… 77 // put JaCoCo instrumented classes and JaCoCoRuntime to the beginning of the JVM classpath. 80 jacoco { [all …]
|
| /external/jacoco/org.jacoco.report/src/org/jacoco/report/html/ |
| D | HTMLFormatter.java | 13 package org.jacoco.report.html; 20 import org.jacoco.core.analysis.IBundleCoverage; 21 import org.jacoco.core.analysis.ICoverageNode.CounterEntity; 22 import org.jacoco.core.data.IExecutionData; 23 import org.jacoco.core.data.SessionInfo; 24 import org.jacoco.report.ILanguageNames; 25 import org.jacoco.report.IMultiReportOutput; 26 import org.jacoco.report.IReportGroupVisitor; 27 import org.jacoco.report.IReportVisitor; 28 import org.jacoco.report.ISourceFileLocator; [all …]
|
| /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
| D | BundleCheckerTest.java | 13 package org.jacoco.report.check; 21 import org.jacoco.core.analysis.IBundleCoverage; 22 import org.jacoco.core.analysis.IClassCoverage; 23 import org.jacoco.core.analysis.ICoverageNode; 24 import org.jacoco.core.analysis.ICoverageNode.ElementType; 25 import org.jacoco.core.analysis.IPackageCoverage; 26 import org.jacoco.core.analysis.ISourceFileCoverage; 27 import org.jacoco.core.internal.analysis.BundleCoverageImpl; 28 import org.jacoco.core.internal.analysis.ClassCoverageImpl; 29 import org.jacoco.core.internal.analysis.CounterImpl; [all …]
|
| /external/jacoco/jacoco/ |
| D | assembly.xml | 21 <directory>${basedir}/../org.jacoco.doc/docroot</directory> 29 <directory>${basedir}/../org.jacoco.doc/target/generated-resources/xml/xslt</directory> 37 <directory>${basedir}/../org.jacoco.doc/docroot</directory> 44 <directory>${basedir}/../org.jacoco.doc/target/site/jacoco-aggregate</directory> 48 <directory>${basedir}/../org.jacoco.doc/target/junit</directory> 54 <source>${basedir}/../org.jacoco.report/src/org/jacoco/report/xml/report.dtd</source> 64 <include>${project.groupId}:org.jacoco.ant:jar:nodeps</include> 72 <include>${project.groupId}:org.jacoco.cli:jar:nodeps</include> 80 <include>${project.groupId}:org.jacoco.agent:*:runtime</include> 88 <include>${project.groupId}:org.jacoco.core</include> [all …]
|
| D | pom.xml | 17 <groupId>org.jacoco</groupId> 18 <artifactId>org.jacoco.build</artifactId> 20 <relativePath>../org.jacoco.build</relativePath> 23 <artifactId>jacoco</artifactId> 26 <name>JaCoCo :: Distribution</name> 27 <description>JaCoCo Standalone Distribution</description> 32 <artifactId>org.jacoco.core</artifactId> 36 <artifactId>org.jacoco.report</artifactId> 40 <artifactId>org.jacoco.agent</artifactId> 44 <artifactId>org.jacoco.agent</artifactId> [all …]
|
| /external/jacoco/org.jacoco.examples/build/ |
| D | build.xml | 15 <project name="Example Ant Build with JaCoCo" default="rebuild" xmlns:jacoco="antlib:org.jacoco.ant… 18 Example Ant build file that demonstrates how a JaCoCo coverage report 25 <property name="result.report.dir" location="${result.dir}/site/jacoco" /> 26 <property name="result.exec.file" location="${result.dir}/jacoco.exec" /> 28 <!-- Step 1: Import JaCoCo Ant tasks --> 29 <taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml"> 43 <!-- Step 2: Wrap test execution with the JaCoCo coverage task --> 44 <jacoco:coverage destfile="${result.exec.file}"> 45 <java classname="org.jacoco.examples.parser.Main" fork="true"> 54 </jacoco:coverage> [all …]
|
| D | build-offline.xml | 15 …roject name="Example Ant Build with JaCoCo Offline Instrumentation" default="rebuild" xmlns:jacoco… 18 Example Ant build file that demonstrates how JaCoCo can be used with 20 before the test is launched and adding the JaCoCo agent to the classpath. 27 <property name="result.report.dir" location="${result.dir}/site/jacoco" /> 28 <property name="result.exec.file" location="${result.dir}/jacoco.exec" /> 30 <!-- Step 1: Import JaCoCo Ant tasks --> 31 <taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml"> 46 <jacoco:instrument destdir="${result.classes.instr.dir}"> 48 </jacoco:instrument> 54 <java classname="org.jacoco.examples.parser.Main" fork="true"> [all …]
|
12345678910>>...37