• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

AsaiYusuke / jsonpath / 16411926834

21 Jul 2025 08:18AM UTC coverage: 97.25% (-0.1%) from 97.363%
16411926834

Pull #46

github

AsaiYusuke
refactor: remove unused Error and Unwrap methods from errorRuntimeAdapter
Pull Request #46: Move syntax to the internal directory and reorganize tests

174 of 178 new or added lines in 16 files covered. (97.75%)

3465 of 3563 relevant lines covered (97.25%)

1009.51 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/internal/syntax/error_basic_runtime.go
1
package syntax
2

3
// errorBasicRuntime is a basic runtime error structure
4
type errorBasicRuntime struct {
5
        node *syntaxBasicNode
6
}
7

NEW
8
func (e *errorBasicRuntime) getSyntaxNode() *syntaxBasicNode {
×
NEW
9
        return e.node
×
NEW
10
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc