X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=inline;f=lib%2FTest%2FValgrind%2FTool.pm;h=147ee1109b00dc25851b6b8492f1d9d4c3ab50dd;hb=14b54bdeb3ebea2f465cf5a034c59138b736b982;hp=a82b95d676632a0f65c0e6d632375908b6ab3105;hpb=08f451d35014a7f8587fba4bc20103a018487653;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Tool.pm b/lib/Test/Valgrind/Tool.pm index a82b95d..147ee11 100644 --- a/lib/Test/Valgrind/Tool.pm +++ b/lib/Test/Valgrind/Tool.pm @@ -73,39 +73,13 @@ sub new_trainer { } =head2 C -Wraps around either L or L depending on the running mode of the C<$session>. - -=cut - -sub report_class { - my ($self, $sess) = @_; - - if ($sess->do_suppressions) { - $self->report_class_suppressions($sess); - } else { - $self->report_class_analysis($sess); - } -} - -=head2 C - Returns the class in which suppression reports generated by this tool will be blessed. This method must be implemented when subclassing. =cut -sub report_class_suppression; - -=head2 C - -Returns the class in which error reports generated by this tool will be blessed. - -This method must be implemented when subclassing. - -=cut - -sub report_class_analysis; +sub report_class; =head2 C