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

moosetechnology / MooseIDE / 22756702490

06 Mar 2026 09:07AM UTC coverage: 65.868% (+0.006%) from 65.862%
22756702490

push

github

web-flow
Merge pull request #1598 from moosetechnology/1589-Load-additional-modules-Petit-Parser-loads-PetitParser1

Baseline and version updated

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

21882 of 33221 relevant lines covered (65.87%)

1.32 hits per line

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

0.0
/src/MooseIDE-Core/MooseLoadPetitParserMenuCommand.class.st
1
Class {
2
        #name : 'MooseLoadPetitParserMenuCommand',
3
        #superclass : 'MooseAbstractLoadParserMenuCommand',
4
        #category : 'MooseIDE-Core-MenuBar',
5
        #package : 'MooseIDE-Core',
6
        #tag : 'MenuBar'
7
}
8

9
{ #category : 'accessing' }
10
MooseLoadPetitParserMenuCommand class >> help [
×
11

×
12
        ^ 'Framework for parsers building'
×
13
]
×
14

15
{ #category : 'accessing' }
16
MooseLoadPetitParserMenuCommand class >> label [
×
17

×
18
        ^ 'Petit Parser'
×
19
]
×
20

21
{ #category : 'accessing' }
22
MooseLoadPetitParserMenuCommand class >> menuCommandOn: aBuilder [
×
23

×
24
        <worldMenu>
×
25
        ^ (self menuCommandOn: aBuilder forCommand: self) yourself
×
26
]
×
27

28
{ #category : 'accessing' }
29
MooseLoadPetitParserMenuCommand class >> menuPriority [
×
30

×
31
        ^ super menuPriority + 1
×
32
]
×
33

34
{ #category : 'accessing' }
35
MooseLoadPetitParserMenuCommand >> baselineName [
×
36

×
NEW
37
        ^ 'PetitParser2'
×
38
]
×
39

40
{ #category : 'accessing' }
41
MooseLoadPetitParserMenuCommand >> repositoryURL [
×
42

×
NEW
43
        ^ 'github://moosetechnology/PetitParser2' , '/src'
×
44
]
×
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