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

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

18 Mar 2024 12:10PM UTC coverage: 15.895% (-67.8%) from 83.718%
#2828

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/Null.js
1
import React from 'react';
2

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

6
export default class extends React.PureComponent {
7
    render() {
8
        return <div {...Theme(this.props.theme, 'null')}>NULL</div>;
×
9
    }
10
}
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