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

nens / ThreeDiToolbox / #2515

08 May 2025 10:15AM UTC coverage: 35.003% (-0.3%) from 35.309%
#2515

push

coveralls-python

web-flow
Merge 2d1953d12 into 065250262

145 of 528 new or added lines in 9 files covered. (27.46%)

4739 of 13539 relevant lines covered (35.0%)

0.35 hits per line

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

50.0
/tool_fraction_analysis/fraction_map_tool.py
1
from qgis.gui import QgsMapToolIdentify
1✔
2

3

4
class AddMapTool(QgsMapToolIdentify):
1✔
5
    def __init__(self, widget, *args, **kwargs):
1✔
NEW
6
        super().__init__(*args, **kwargs)
×
NEW
7
        self.widget = widget
×
8

9
    def canvasReleaseEvent(self, event):
1✔
NEW
10
        results = self.identify(
×
11
            x=int(event.pos().x()),
12
            y=int(event.pos().y()),
13
            layerList=self.parent().layers()
14
        )
NEW
15
        self.widget.add_results(results)
×
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