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

RexOps / Rex / 20369324708

14 Nov 2025 09:23PM UTC coverage: 51.073% (+0.04%) from 51.03%
20369324708

push

github

ferki
Keep testing with perl-5.40

10117 of 19809 relevant lines covered (51.07%)

100.95 hits per line

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

44.44
/lib/Rex/Interface/Shell/Sh.pm
1
#
2
# (c) Jan Gehring <jan.gehring@gmail.com>
3
#
4

5
package Rex::Interface::Shell::Sh;
6

7
use v5.14.4;
4✔
8
use warnings;
4✔
9

10
our $VERSION = '9999.99.99_99'; # VERSION
11

12
use Rex::Interface::Shell::Bash;
4✔
13

14
use base qw(Rex::Interface::Shell::Bash);
4✔
15

16
sub new {
17
  my $class = shift;
×
18
  my $proto = ref($class) || $class;
×
19
  my $self  = $proto->SUPER::new(@_);
×
20

21
  bless( $self, $class );
×
22

23
  return $self;
×
24
}
25

26
1;
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