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

react-ui-org / react-ui / 13984929974

21 Mar 2025 04:56AM UTC coverage: 90.47% (-1.5%) from 91.956%
13984929974

Pull #588

github

web-flow
Merge a7d1e91b6 into c2b0b44f8
Pull Request #588: Playwright component testing

770 of 859 branches covered (89.64%)

Branch coverage included in aggregate %.

711 of 778 relevant lines covered (91.39%)

64.99 hits per line

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

88.24
/src/components/_helpers/getRootPriorityClassName.js
1
export const getRootPriorityClassName = (priority, styles) => {
14✔
2
  if (priority === 'filled') {
142✔
3
    return styles.isRootPriorityFilled;
124✔
4
  }
5

6
  if (priority === 'outline') {
18✔
7
    return styles.isRootPriorityOutline;
6✔
8
  }
9

10
  if (priority === 'flat') {
12!
11
    return styles.isRootPriorityFlat;
12✔
12
  }
13

14
  return null;
×
15
};
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