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

mac-s-g / react-json-view / #2963

18 Mar 2024 12:10PM UTC coverage: 15.895% (-67.3%) from 83.209%
#2963

push

loredanacirstea
1.21.6

57 of 368 branches covered (15.49%)

Branch coverage included in aggregate %.

101 of 626 relevant lines covered (16.13%)

0.85 hits per line

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

0.0
/src/js/components/DataTypes/Regexp.js
1
import React from 'react';
2
import DataTypeLabel from './DataTypeLabel';
3

4
//theme
5
import Theme from './../../themes/getStyle';
6

7
export default class extends React.PureComponent {
8
    render() {
9
        const type_name = 'int';
×
10
        const { props } = this;
×
11
        return (
×
12
            <div {...Theme(props.theme, 'integer')}>
13
                <DataTypeLabel type_name={type_name} {...props} />
14
                {this.props.value}
15
            </div>
16
        );
17
    }
18
}
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