|
Ran
|
Jobs
10
|
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
358 of 483 relevant lines covered (74.12%)
46898.29 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13192541649.1 | 3 |
73.39 |
GitHub Action Run | |
| 2 | 13192541649.2 | 3 |
73.39 |
GitHub Action Run | |
| 3 | 13192541649.3 | 3 |
73.39 |
GitHub Action Run | |
| 4 | 13192541649.4 | 3 |
73.39 |
GitHub Action Run | |
| 5 | 13192541649.5 | 3 |
73.39 |
GitHub Action Run | |
| 6 | 13192541649.6 | 3 |
73.39 |
GitHub Action Run | |
| 7 | 13192541649.7 | 3 |
73.39 |
GitHub Action Run | |
| 8 | 13192541649.8 | 3 |
73.39 |
GitHub Action Run | |
| 9 | 13192541649.9 | 3 |
73.39 |
GitHub Action Run | |
| 10 | 13192541649.10 | 3 |
73.39 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|