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

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

05 Feb 2021 11:19PM UTC coverage: 69.262% (-13.9%) from 83.209%
#3019

push

web-flow
Merge pull request #328 from mac-s-g/bump-minor

quotesOnKeys bugfix

240 of 365 branches covered (65.75%)

Branch coverage included in aggregate %.

0 of 3 new or added lines in 1 file covered. (0.0%)

104 existing lines in 6 files now uncovered.

445 of 624 relevant lines covered (71.31%)

36.57 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() {
UNCOV
9
        const type_name = 'regexp';
×
UNCOV
10
        const { props } = this;
×
UNCOV
11
        return (
×
12
            <div {...Theme(props.theme, 'regexp')}>
13
                <DataTypeLabel type_name={type_name} {...props} />
14
                {this.props.value.toString()}
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