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

react-ui-org / react-ui / 15157142443

21 May 2025 08:18AM CUT coverage: 43.508%. First build
15157142443

Pull #637

github

web-flow
Merge bfb7bc26c into 38424df08
Pull Request #637: Transform FileInputField jest tests into playwright. (#603)

246 of 884 branches covered (27.83%)

Branch coverage included in aggregate %.

461 of 741 relevant lines covered (62.21%)

18.53 hits per line

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

8.33
/src/components/Text/_helpers/getRootClampClassName.js
1
export const getRootClampClassName = (lines, styles) => {
2✔
2
  if (lines === 1) {
×
3
    return styles.isRootClampSingleLine;
×
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