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

ferki / Rex / 15240232617

28 Feb 2025 09:08AM UTC coverage: 50.961% (+10.2%) from 40.73%
15240232617

push

github

ferki
Use placeholders for template hints

10072 of 19764 relevant lines covered (50.96%)

101.57 hits per line

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

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

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

7
use v5.12.5;
4✔
8
use warnings;
4✔
9
use Rex::Interface::Shell::Bash;
4✔
10

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

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

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

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

22
  return $self;
×
23
}
24

25
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