|
Ran
|
Jobs
1
|
Files
3
|
Run time
1min
|
Badge
README BADGES
|
push
github
patch: throw() regression (#944) * I noticed a runtime error within Patch::Ed::apply() where the throw function can't be resolved * This error didn't happen when I switch back to historical commit 8a1ef6abe * The Patch::import() function had been removed, and this was forcibly putting throw into the caller's namespace * None of the other subclasses of Patch call throw(), only Patch::Ed does * The old import() approach was not the Right Thing so I don't want to revert to it * Make throw() an oo method instead of a simple function; this allows perl to resolve it from the parent class
353 of 481 relevant lines covered (73.39%)
4717.31 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13192541646.1 | 3 |
73.39 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|