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

react-ui-org / react-ui / 15251092091

26 May 2025 10:01AM CUT coverage: 61.218%. First build
15251092091

Pull #643

github

web-flow
Merge c74417d87 into 38424df08
Pull Request #643: Transform Modal jest tests into playwright (#596)

228 of 431 branches covered (52.9%)

Branch coverage included in aggregate %.

315 of 456 relevant lines covered (69.08%)

21.92 hits per line

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

41.67
/src/components/Text/_helpers/getRootClampClassName.js
1
export const getRootClampClassName = (lines, styles) => {
2✔
2
  if (lines === 1) {
52!
3
    return styles.isRootClampSingleLine;
52✔
4
  }
5

6
  if (lines > 1) {
×
7
    return styles.isRootClampMultiLine;
×
8
  }
9

10
  return null;
×
11
};
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