JuliaIntervals / TaylorModels.jl

Rigorous function approximation using Taylor models in Julia
Other
63 stars 14 forks source link

Remove zero_interval and zero_box #132

Closed lbenet closed 2 years ago

lbenet commented 2 years ago

Fixes #104

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1590371176

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/bounds.jl 1 2 50.0%
src/validatedODEs.jl 0 19 0.0%
<!-- Total: 1 21 4.76% -->
Files with Coverage Reduction New Missed Lines %
src/Taylor1/bound.jl 1 0.0%
src/Taylor1/functions.jl 1 0.0%
src/show.jl 2 68.75%
src/Taylor1/arithmetic.jl 2 0.0%
src/TaylorN/arithmetic.jl 2 0.0%
src/promotion.jl 3 3.7%
src/Taylor1/integrate.jl 3 0.0%
src/Taylor1/draw.jl 4 0.0%
src/auxiliary.jl 15 31.82%
src/evaluate.jl 25 36.73%
<!-- Total: 677 -->
Totals Coverage Status
Change from base Build 1533670558: 0.2%
Covered Lines: 954
Relevant Lines: 1494

💛 - Coveralls