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

compassinformatics / cpsi-mapview / 15022980938

14 May 2025 02:11PM UTC coverage: 26.333% (+0.04%) from 26.29%
15022980938

push

github

geographika
Move describe to test globals

492 of 2344 branches covered (20.99%)

Branch coverage included in aggregate %.

1464 of 5084 relevant lines covered (28.8%)

1.17 hits per line

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

9.09
/app/view/lineSliceGridExample/LineSliceGridButton.js
1
Ext.define('CpsiMapview.view.lineSliceGridExample.LineSliceGridButton', {
1✔
2
    extend: 'Ext.button.Button',
3
    xtype: 'cmv_line_slice_grid_button',
4
    text: 'Linear reference',
5
    enableToggle: true,
6
    listeners: {
7
        toggle: function (_, pressed) {
8
            if (pressed) {
×
9
                this.window = Ext.create(
×
10
                    'CpsiMapview.view.window.MinimizableWindow',
11
                    {
12
                        layout: 'fit',
13
                        width: 400,
14
                        height: 200,
15

16
                        items: [
17
                            {
18
                                xtype: 'cmv_line_slice_grid'
19
                            }
20
                        ]
21
                    }
22
                );
23
                this.window.show();
×
24
            } else if (this.window) {
×
25
                this.window.destroy();
×
26
                this.window = null;
×
27
            }
28
        }
29
    }
30
});
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