• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

amalfra / supportbee / 22624055621

03 Mar 2026 12:58PM UTC coverage: 26.282% (-2.9%) from 29.134%
22624055621

push

github

web-flow
Merge pull request #7 from amalfra/dependabot/composer/phpunit/phpunit-9.6.33

Bump phpunit/phpunit from 9.5.26 to 9.6.33

41 of 156 relevant lines covered (26.28%)

0.4 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/API/Reports.php
1
<?php
2

3
namespace Amalfra\SupportBee\API;
4

5
use Amalfra\SupportBee\HTTP;
6

7
/**
8
 * Class Reports
9
 *
10
 * @package Amalfra\SupportBee\API
11
 */
12
class Reports extends HTTP {
13
  public static function avg_first_response_time_report($options = array()) {
14
    self::validate($options, array(
×
15
      'user', 'team', 'label', 'since', 'until'
×
16
    ));
×
17

18
    return self::process_request('reports/avg_first_response_time', $options);
×
19
  }
20

21
  public static function tickets_count_report($options = array()) {
22
    self::validate($options, array(
×
23
      'user', 'team', 'label', 'since', 'until'
×
24
    ));
×
25

26
    return self::process_request('reports/tickets_count', $options);
×
27
  }
28

29
  public static function replies_count_report($options = array()) {
30
    self::validate($options, array(
×
31
      'user', 'team', 'label', 'since', 'until'
×
32
    ));
×
33

34
    return self::process_request('reports/replies_count', $options);
×
35
  }
36
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc