rieves a specific report.
=head1 SYNOPSIS
# default options
my %options = (
as_json => 0, # the default
as_hash => 0, # the defau
:Fact, as a CPAN::Testers::Report object.
If you wish to manipulate this differently, use the as_json or as_hash to
return more simplified forms.
# get by id
my $result = $query->report( re
turn as JSON
my $result = $query->report( report => 40000000, as_json => 1 );
# force return as a hash
my $result = $query->report( report => 40000000, as_hash => 1 );
The as_json and as