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

CBIIT / bento-icdc-frontend / 26530955228

27 May 2026 06:34PM UTC coverage: 17.321% (-8.4%) from 25.73%
26530955228

Pull #1607

github

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

306 of 2599 branches covered (11.77%)

Branch coverage included in aggregate %.

1 of 4346 new or added lines in 75 files covered. (0.02%)

2 existing lines in 2 files now uncovered.

2197 of 11852 relevant lines covered (18.54%)

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