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

tylernathanreed / jira-client-php / 13634221961

03 Mar 2025 03:19PM UTC coverage: 2.067% (-0.1%) from 2.21%
13634221961

push

github

web-flow
~ Try coveralls action

140 of 6773 relevant lines covered (2.07%)

0.06 hits per line

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

0.0
/src/Schema/JsonNode.php
1
<?php
2

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Dto;
6

7
final readonly class JsonNode extends Dto
8
{
9
    public function __construct(
×
10
        public ?bool $array = null,
11

12
        public ?bool $bigDecimal = null,
13

14
        public ?bool $bigInteger = null,
15

16
        public ?int $bigIntegerValue = null,
17

18
        public ?bool $binary = null,
19

20
        /** @var ?list<string> */
21
        public ?array $binaryValue = null,
22

23
        public ?bool $boolean = null,
24

25
        public ?bool $booleanValue = null,
26

27
        public ?bool $containerNode = null,
28

29
        public ?float $decimalValue = null,
30

31
        public ?bool $double = null,
32

33
        public ?float $doubleValue = null,
34

35
        public ?object $elements = null,
36

37
        public ?object $fieldNames = null,
38

39
        public ?object $fields = null,
40

41
        public ?bool $floatingPointNumber = null,
42

43
        public ?bool $int = null,
44

45
        public ?int $intValue = null,
46

47
        public ?bool $integralNumber = null,
48

49
        public ?bool $long = null,
50

51
        public ?int $longValue = null,
52

53
        public ?bool $missingNode = null,
54

55
        public ?bool $null = null,
56

57
        public ?bool $number = null,
58

59
        /** @var 'INT'|'LONG'|'BIG_INTEGER'|'FLOAT'|'DOUBLE'|'BIG_DECIMAL'|null */
60
        public ?string $numberType = null,
61

62
        public ?float $numberValue = null,
63

64
        public ?bool $object = null,
65

66
        public ?bool $pojo = null,
67

68
        public ?string $textValue = null,
69

70
        public ?bool $textual = null,
71

72
        public ?bool $valueAsBoolean = null,
73

74
        public ?float $valueAsDouble = null,
75

76
        public ?int $valueAsInt = null,
77

78
        public ?int $valueAsLong = null,
79

80
        public ?string $valueAsText = null,
81

82
        public ?bool $valueNode = null,
83
    ) {
84
    }
×
85
}
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