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

geosolutions-it / MapStore2 / 19258616339

11 Nov 2025 07:41AM UTC coverage: 76.91% (+0.1%) from 76.761%
19258616339

Pull #11483

github

web-flow
Merge 4fab52f9e into c63877182
Pull Request #11483: Fix #11479 Add validation and support for editing restrictions in attribute table

32172 of 49976 branches covered (64.37%)

134 of 158 new or added lines in 15 files covered. (84.81%)

650 existing lines in 48 files now uncovered.

39990 of 51996 relevant lines covered (76.91%)

37.59 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__) {
25!
UNCOV
18
            const DevTools = require('./DevTools').default;
×
UNCOV
19
            return (
×
20
                <DevTools/>
21
            );
22
        }
23
        return null;
25✔
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