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

CBIIT / bento-icdc-frontend / 26521483403

27 May 2026 03:36PM UTC coverage: 17.458% (-8.3%) from 25.73%
26521483403

Pull #1607

github

web-flow
Merge 2f30510ff into bc935f39c
Pull Request #1607: Feature/ai test studio - ICDC-4165 & ICDC-4171

306 of 2587 branches covered (11.83%)

Branch coverage included in aggregate %.

1 of 4244 new or added lines in 74 files covered. (0.02%)

2 existing lines in 2 files now uncovered.

2197 of 11750 relevant lines covered (18.7%)

0.41 hits per line

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

50.0
/src/components/CustomIcon/CustomIconView.jsx
1
// import React from "react";
2
// import { withStyles, Icon } from "@material-ui/core";
3

4
// const Logo = ({ imgSrc, imgAlt = "Logo alt text", classes, styles }) => (
5
//   <Icon>
6
//     <img
7
//       src={imgSrc}
8
//       className={classes.root}
9
//       style={{ styles }}
10
//       alt={imgAlt}
11
//     />
12
//   </Icon>
13
// );
14

15
// const styles = () => ({
16
//   root: {
17
//     width: "1em",
18
//     height: "1em",
19
//     position: "relative",
20
//     left: "15%",
21
//     display: "inline-block",
22
//     flexShrink: 0,
23
//   },
24
// });
25

26
// export default withStyles(styles)(Logo);
27

28
import React from 'react';
29
import { withStyles, Icon } from '@material-ui/core';
30

31
const Logo = ({ imgSrc, imgAlt = 'Logo alt text', classes }) => (
1!
UNCOV
32
  <Icon>
×
33
    <img src={imgSrc} className={classes.root} alt={imgAlt} />
34
  </Icon>
35
);
36

37
const styles = () => ({
1✔
38
  root: {
39
    width: '1em',
40
    height: '1em',
41
    position: 'relative',
42
    left: '15%',
43
    display: 'inline-block',
44
    flexShrink: 0,
45
  },
46
});
47

48
export default withStyles(styles)(Logo);
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