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

Inist-CNRS / ezs / 16806223895

07 Aug 2025 01:42PM UTC coverage: 95.497% (+0.1%) from 95.37%
16806223895

push

github

web-flow
Merge pull request #456 from Inist-CNRS/drop-rpc-mode-3

refactor: 💡 drop rpc mode

2197 of 2375 branches covered (92.51%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

6 existing lines in 3 files now uncovered.

4526 of 4665 relevant lines covered (97.02%)

78370.93 hits per line

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

80.0
/packages/core/src/expression.js
1
export default class Expression {
2
    constructor(value) {
3
        this.value = value;
50,880✔
4
    }
5

6
    get() {
7
        return this.value;
4,809✔
8
    }
9

10
    through(parser) {
11
        return parser(this.value);
399,187✔
12
    }
13

14
    toString() {
15
        return this.value;
252✔
16
    }
17

18
    toJSON() {
UNCOV
19
        return `Expression::${JSON.stringify(this.value)}`;
×
20
    }
21
}
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

© 2026 Coveralls, Inc