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

geosolutions-it / MapStore2 / 18462524247

13 Oct 2025 10:17AM UTC coverage: 76.853% (+0.09%) from 76.761%
18462524247

Pull #11429

github

web-flow
Merge bbde98638 into c600083e0
Pull Request #11429: Introducing broken map context state #11140

31859 of 49515 branches covered (64.34%)

14 of 17 new or added lines in 3 files covered. (82.35%)

258 existing lines in 21 files now uncovered.

39571 of 51489 relevant lines covered (76.85%)

37.81 hits per line

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

60.0
/web/client/components/development/Debug.jsx
1
/**
2
 * Copyright 2015, GeoSolutions Sas.
3
 * All rights reserved.
4
 *
5
 * This source code is licensed under the BSD-style license found in the
6
 * LICENSE file in the root directory of this source tree.
7
 */
8

9
import React from 'react';
10

11
import url from 'url';
12

13
const urlQuery = url.parse(window.location.href, true).query;
1✔
14

15
class Debug extends React.Component {
16
    render() {
17
        if (urlQuery && urlQuery.debug && __DEVTOOLS__ && !window.__REDUX_DEVTOOLS_EXTENSION__) {
22!
UNCOV
18
            const DevTools = require('./DevTools').default;
×
UNCOV
19
            return (
×
20
                <DevTools/>
21
            );
22
        }
23
        return null;
22✔
24
    }
25
}
26

27
export default Debug;
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