5.7.178. Bugzilla::Extension::PlotlyReports::Graphs::BugStatus

5.7.178.1. Name

Bugzilla::Extension::PlotlyReports::Graphs::BugStatus

5.7.178.2. Description

This module generates reports of the current open defects for a product or products based on bug status.

5.7.178.3. METHODS

new

  • Description

Creates an object to generate a graph with.

my %opt = (totals => 1, hide_empty => 0);
my $gf  =
  Bugzilla::Extension::PlotlyReports::Graphs::BugStatus->new({%opt});

$gt->run();
$gt->generate();

run

  • Description
Run the queries to gather the bug data.
  • Params
None.
  • Returns
Nothing.

generate

  • Description
Process the bug data and generate the results.
  • Params
None.
  • Returns
Nothing.

This documentation undoubtedly has bugs; if you find some, please file them here.