• 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

40.0
/lib/Rex/Interface/Executor/Base.pm
1
#
2
# (c) Jan Gehring <jan.gehring@gmail.com>
3
#
4

5
package Rex::Interface::Executor::Base;
6

7
use v5.12.5;
65✔
8
use warnings;
65✔
9

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

12
sub new {
13
  my $that  = shift;
×
14
  my $proto = ref($that) || $that;
×
15
  my $self  = $proto->SUPER::new(@_);
×
16

17
  bless( $self, $proto );
×
18

19
  return $self;
×
20
}
21

22
sub exec { die("Should be implemented by interface class."); }
×
23

24
sub set_task {
25
  my ( $self, $task ) = @_;
78✔
26
  $self->{task} = $task;
78✔
27
}
28

29
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