1Test::Valgrind::Parser:U:sXeMrL:C:oTnwtirgi(b3u)ted PerlTeDsotc:u:mVeanltgartiinodn::Parser::XML::Twig(3)
2
3
4
6 Test::Valgrind::Parser::XML::Twig - Parse valgrind XML output with
7 XML::Twig.
8
10 Version 1.19
11
13 This subclass of XML::Twig and Test::Valgrind::Parser::XML encapsulates
14 an XML::Twig parser inside the Test::Valgrind::Parser framework. It is
15 able to parse the XML output from "valgrind" up to protocol version 4
16 and to generate the appropriate reports accordingly.
17
19 "protocol_version"
20 The version of the protocol that the current stream is conforming to.
21 It is reset before and after the parsing phase, so it's effectively
22 only available from inside "parse".
23
25 Test::Valgrind, Test::Valgrind::Parser, Test::Valgrind::Parser::XML.
26
27 XML::Twig.
28
30 Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
31
32 You can contact me by mail or on "irc.perl.org" (vincent).
33
35 Please report any bugs or feature requests to "bug-test-valgrind at
36 rt.cpan.org", or through the web interface at
37 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>. I will
38 be notified, and then you'll automatically be notified of progress on
39 your bug as I make changes.
40
42 You can find documentation for this module with the perldoc command.
43
44 perldoc Test::Valgrind::Parser::XML::Twig
45
47 Copyright 2009,2010,2011,2013,2015,2016 Vincent Pit, all rights
48 reserved.
49
50 This program is free software; you can redistribute it and/or modify it
51 under the same terms as Perl itself.
52
53
54
55perl v5.36.0 2023-01-2T0est::Valgrind::Parser::XML::Twig(3)