Help for this page

Select Code to Download


  1. or download this
    sub _do_action_with_tap_model {
        my ( $self, $action ) = @_;
    ...
        my $self = shift;
        $self->_do_action_with_tap_model( 'ACTION_testcover' );
    }