Moving DerivedFnCollector out of ClangPlugin #868
Merged
Codecov / codecov/project
succeeded
Apr 25, 2024 in 0s
94.81% (+0.04%) compared to 91308b8
View this Pull Request on Codecov
94.81% (+0.04%) compared to 91308b8
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 94.81%. Comparing base (
91308b8
) to head (b00c0c1
).
Report is 5 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #868 +/- ##
==========================================
+ Coverage 94.77% 94.81% +0.04%
==========================================
Files 49 51 +2
Lines 7596 7618 +22
==========================================
+ Hits 7199 7223 +24
+ Misses 397 395 -2
Files | Coverage Δ | |
---|---|---|
include/clad/Differentiator/DerivativeBuilder.h | 100.00% <ø> (ø) |
|
include/clad/Differentiator/DerivedFnCollector.h | 100.00% <100.00%> (ø) |
|
include/clad/Differentiator/DerivedFnInfo.h | 100.00% <100.00%> (ø) |
|
lib/Differentiator/BaseForwardModeVisitor.cpp | 98.81% <100.00%> (+<0.01%) |
⬆️ |
lib/Differentiator/DerivativeBuilder.cpp | 98.98% <100.00%> (+0.02%) |
⬆️ |
lib/Differentiator/DerivedFnCollector.cpp | 100.00% <100.00%> (ø) |
|
lib/Differentiator/DerivedFnInfo.cpp | 100.00% <100.00%> (ø) |
|
lib/Differentiator/ReverseModeVisitor.cpp | 97.18% <100.00%> (+0.01%) |
⬆️ |
tools/ClangPlugin.cpp | 95.63% <100.00%> (-0.32%) |
⬇️ |
tools/ClangPlugin.h | 94.02% <100.00%> (-0.05%) |
⬇️ |
... and 3 files with indirect coverage changes
Files | Coverage Δ | |
---|---|---|
include/clad/Differentiator/DerivativeBuilder.h | 100.00% <ø> (ø) |
|
include/clad/Differentiator/DerivedFnCollector.h | 100.00% <100.00%> (ø) |
|
include/clad/Differentiator/DerivedFnInfo.h | 100.00% <100.00%> (ø) |
|
lib/Differentiator/BaseForwardModeVisitor.cpp | 98.81% <100.00%> (+<0.01%) |
⬆️ |
lib/Differentiator/DerivativeBuilder.cpp | 98.98% <100.00%> (+0.02%) |
⬆️ |
lib/Differentiator/DerivedFnCollector.cpp | 100.00% <100.00%> (ø) |
|
lib/Differentiator/DerivedFnInfo.cpp | 100.00% <100.00%> (ø) |
|
lib/Differentiator/ReverseModeVisitor.cpp | 97.18% <100.00%> (+0.01%) |
⬆️ |
tools/ClangPlugin.cpp | 95.63% <100.00%> (-0.32%) |
⬇️ |
tools/ClangPlugin.h | 94.02% <100.00%> (-0.05%) |
⬇️ |
Loading