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

react-ui-org / react-ui / 13531431879

25 Feb 2025 09:35PM UTC coverage: 90.531% (-1.4%) from 91.956%
13531431879

Pull #588

github

web-flow
Merge 3d92dc604 into b781c285b
Pull Request #588: Playwright component testing

770 of 859 branches covered (89.64%)

Branch coverage included in aggregate %.

712 of 778 relevant lines covered (91.52%)

65.14 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