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

moosetechnology / MooseIDE / 22714469042

05 Mar 2026 10:51AM UTC coverage: 65.862% (-0.06%) from 65.926%
22714469042

push

github

web-flow
Merge pull request #1596 from moosetechnology/bulk-editing

improvement to BulkEditing

0 of 34 new or added lines in 1 file covered. (0.0%)

204 existing lines in 18 files now uncovered.

21882 of 33224 relevant lines covered (65.86%)

1.32 hits per line

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

0.0
/src/MooseIDE-Core-Reporter/MiReportPDFExportCommand.class.st
1
Class {
2
        #name : 'MiReportPDFExportCommand',
3
        #superclass : 'MiReportExportCommand',
4
        #category : 'MooseIDE-Core-Reporter',
5
        #package : 'MooseIDE-Core-Reporter'
6
}
7

8
{ #category : 'testing' }
9
MiReportPDFExportCommand class >> defaultDescription [
×
10
        ^ 'Export this report to PDF'
×
UNCOV
11
]
×
12

13
{ #category : 'testing' }
14
MiReportPDFExportCommand class >> defaultIconName [
×
15

×
16
        ^ #save
×
UNCOV
17
]
×
18

19
{ #category : 'testing' }
20
MiReportPDFExportCommand class >> defaultName [
×
21
        ^ 'Export to PDF'
×
UNCOV
22
]
×
23

24
{ #category : 'export' }
25
MiReportPDFExportCommand >> exportReport: reporterBrowser [
×
26

×
27
        reporterBrowser exportReportToPDF
×
UNCOV
28
]
×
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