Ran
|
Jobs
44
|
Files
13
|
Run time
10min
|
Badge
Embed ▾
README BADGES
|
travis-ci
Rescue on undefined local variables in frame_binding For example, I see errors on local variables: `m`, `args`, `block`, `r`, and `target` when inspecting an error on a class that inherits from SimpleDelegator. Fix: Add a rescue on NameError to catch these. Fixes issue: https://github.com/charliesome/better_errors/issues/351 Inspiration for this fix comes from @glebtv in https://github.com/glebtv/better_errors/commit/6d00365df
9 of 9 new or added lines in 1 file covered. (100.0%)
440 of 455 relevant lines covered (96.7%)
2177.85 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
98.57 |
-1.43% | lib/better_errors/stack_frame.rb |
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
97.87 |
0.0% | lib/better_errors.rb |
1 |
100.0 |
0.0% | lib/better_errors/raised_exception.rb |
1 |
100.0 |
0.0% | lib/better_errors/middleware.rb |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|