CPAN-Testers-WWW-Reports-Query-AJAX
view release on metacpan or search on metacpan
lib/CPAN/Testers/WWW/Reports/Query/AJAX.pm view on Meta::CPAN
Defaults to all reports.
item * perlver (optional)
Filter based on Perl version, e.g. 5.20.1. Defaults to all versions.
item * osname (optional)
Filter based on Operating System name, e.g. MSWin32. Defaults to all Operating
Systems.
item * format (optional)
Available formats are: 'csv', 'html' and 'xml'. Defaults to 'html'.
=back
=back
=head2 Status Methods
=over 4
=item * is_success
Returns 1 if request succeeded, otherwise 0.
=item * error
Returns the error if the request was unsuccessful.
=back
=head2 Counter Methods
=over 4
=item * all
For the given query, the total number of reports stored.
=item * pass
For the given query, the total number of PASS reports stored.
=item * fail
For the given query, the total number of FAIL reports stored.
=item * na
For the given query, the total number of NA reports stored.
=item * unknown
For the given query, the total number of UNKNOWN reports stored.
=item * pc_pass
For the given query, the percentage number of PASS reports stored against all
reports stored.
=item * pc_fail
For the given query, the percentage number of FAIL reports stored against all
reports stored.
=item * pc_na
For the given query, the percentage number of NA reports stored against all
reports stored.
=item * pc_unknown
For the given query, the percentage number of UNKNOWN reports stored against all
reports stored.
=back
=head2 Data Methods
=over 4
=item * data
Returns the basic data structure as a hash reference. If a version is passed
as a parameter, the data only for that version is returned. Otherwise all the
results are returned, with the version as the top level key of the hash.
=item * raw
Returns the raw content returned from the server.
=back
=head1 BUGS, PATCHES & FIXES
There are no known bugs at the time of this release. However, if you spot a
bug or are experiencing difficulties, that is not explained within the POD
documentation, please send bug reports and patches to the RT Queue (see below).
Fixes are dependent upon their severity and my availability. Should a fix not
be forthcoming, please feel free to (politely) remind me.
RT Queue -
http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN::Testers::WWW::Reports::Query::AJAX
=head1 SEE ALSO
L<CPAN::Testers::Data::Generator>,
L<CPAN::Testers::WWW::Reports>
F<http://www.cpantesters.org/>,
F<http://stats.cpantesters.org/>,
F<http://wiki.cpantesters.org/>
I would also like to thank Leo Lapworth from prompting me to write this, sorry
its taken so long to release. However, you may be interested in his alternative
query distribution L<CPAN::Testers::Reports::Query::JSON>.
Initially released during the 2012 QA Hackathon in Paris.
=head1 CPAN TESTERS FUND
CPAN Testers wouldn't exist without the help and support of the Perl
community. However, since 2008 CPAN Testers has grown far beyond the
expectations of it's original creators. As a consequence it now requires
considerable funding to help support the infrastructure.
In early 2012 the Enlightened Perl Organisation very kindly set-up a
CPAN Testers Fund within their donatation structure, to help the project
cover the costs of servers and services.
If you would like to donate to the CPAN Testers Fund, please follow the link
below to the Enlightened Perl Organisation's donation site.
( run in 3.086 seconds using v1.01-cache-2.11-cpan-0d23b851a93 )