Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
# | Player Name | C | L | R | D | CON | CK | FG | DI | SK | ST | EN | DU | PH | FO | PA | SC | DF | PS | EX | LD | PO | MO | OV | TA | SP |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Roope Hintz (R) | X | 100.00 | 86 | 68 | 91 | 85 | 87 | 80 | 62 | 74 | 74 | 73 | 74 | 76 | 62 | 68 | 72 | 0 | 47 | 72 | 0 | ||||
2 | Brendan Leipsic (R) | X | 100.00 | 76 | 64 | 91 | 85 | 75 | 79 | 66 | 74 | 50 | 76 | 71 | 71 | 53 | 69 | 70 | 0 | 50 | 70 | 0 | ||||
3 | Victor Rask | X | 100.00 | 75 | 62 | 96 | 80 | 80 | 78 | 51 | 68 | 67 | 68 | 67 | 71 | 50 | 74 | 76 | 0 | 50 | 68 | 0 | ||||
4 | Brett Ritchie (R) | X | 100.00 | 92 | 73 | 77 | 84 | 90 | 75 | 54 | 66 | 50 | 63 | 68 | 70 | 51 | 72 | 74 | 0 | 50 | 68 | 0 | ||||
Scratches | ||||||||||||||||||||||||||
1 | Jacob De La Rose (R) | X | 100.00 | 81 | 69 | 94 | 84 | 87 | 77 | 62 | 67 | 60 | 67 | 66 | 79 | 50 | 71 | 71 | 0 | 50 | 70 | 0 | ||||
2 | Matthew Peca (R) | X | 100.00 | 75 | 61 | 97 | 85 | 77 | 76 | 40 | 69 | 61 | 70 | 68 | 77 | 51 | 68 | 65 | 0 | 50 | 68 | 0 | ||||
3 | Carl Gunnarsson | X | 100.00 | 69 | 67 | 94 | 81 | 82 | 81 | 35 | 71 | 50 | 69 | 72 | 82 | 54 | 82 | 80 | 0 | 50 | 71 | 0 | ||||
4 | Chris Wideman | X | 100.00 | 85 | 63 | 85 | 80 | 78 | 79 | 35 | 70 | 50 | 71 | 69 | 65 | 52 | 71 | 73 | 0 | 50 | 68 | 0 | ||||
TEAM AVERAGE | 100.00 | 80 | 66 | 91 | 83 | 82 | 78 | 51 | 70 | 58 | 70 | 69 | 74 | 53 | 72 | 73 | 0 | 50 | 69 |
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
# | Goalie Name | CON | SK | DU | EN | SZ | AG | RB | SC | HS | RT | PH | PS | EX | LD | PO | MO | OV | TA | SP |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Alex Stalock | 100.00 | 75 | 70 | 78 | 83 | 73 | 73 | 75 | 72 | 73 | 74 | 73 | 70 | 72 | 0 | 76 | 73 | 0 | |
Scratches | ||||||||||||||||||||
TEAM AVERAGE | 100.00 | 75 | 70 | 78 | 83 | 73 | 73 | 75 | 72 | 73 | 74 | 73 | 70 | 72 | 0 | 76 | 73 |
Coaches Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|
John Hynes | 82 | 83 | 86 | 91 | 73 | 68 | 99 | USA | 44 | 2 | 550,000$ |
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
# | Player Name | Team Name | POS | GP | G | A | P | +/- | PIM | PIM5 | HIT | HTT | SHT | OSB | OSM | SHT% | SB | MP | AMG | PPG | PPA | PPP | PPS | PPM | PKG | PKA | PKP | PKS | PKM | GW | GT | FO% | FOT | GA | TA | EG | HT | P/20 | PSG | PSS | FW | FL | FT | S1 | S2 | S3 |
---|
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
# | Goalie Name | Team Name | GP | W | L | OTL | PCT | GAA | MP | PIM | SO | GA | SA | SAR | A | EG | PS % | PSA | ST | BG | S1 | S2 | S3 |
---|
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
Player Name | Team Name | POS | Age | Birthday | Rookie | Weight | Height | No Trade | Available For Trade | Force Waivers | Contract | Status | Type | Current Salary | Salary Cap | Salary Cap Remaining | Exclude from Salary Cap | Link |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Alex Stalock | Distraction (MRS) | G | 31 | 1988-03-22 09:26:20 | No | 190 Lbs | 6 ft0 | No | No | No | 1 | UFA | Pro & Farm | 1,000,000$ | 0$ | 0$ | No | |
Brendan Leipsic | Distraction (MRS) | LW | 25 | 1994-05-19 10:23:05 | Yes | 179 Lbs | 5 ft10 | No | No | No | 1 | ELC | Pro & Farm | 650,000$ | 0$ | 0$ | No | Link |
Brett Ritchie | Distraction (MRS) | RW | 26 | 1993-07-01 21:26:19 | Yes | 220 Lbs | 6 ft3 | No | No | No | 1 | ELC | Pro & Farm | 1,750,000$ | 0$ | 0$ | No | Link |
Carl Gunnarsson | Distraction (MRS) | D | 33 | 1986-11-09 03:26:19 | No | 198 Lbs | 6 ft2 | No | No | No | 0 | UFA | Pro & Farm | 0$ | 0$ | No | Link | |
Chris Wideman | Distraction (MRS) | D | 29 | 1990-01-07 03:26:19 | No | 180 Lbs | 5 ft10 | No | No | No | 0 | UFA | Pro & Farm | 0$ | 0$ | No | Link | |
Jacob De La Rose | Distraction (MRS) | LW | 24 | 1995-05-20 09:26:19 | Yes | 214 Lbs | 6 ft3 | No | No | No | 0 | ELC | Farm Only | 0$ | 0$ | No | Link | |
Matthew Peca | Distraction (MRS) | C | 26 | 1993-04-27 16:53:37 | Yes | 182 Lbs | 5 ft9 | No | No | No | 0 | ELC | Pro & Farm | 0$ | 0$ | No | Link | |
Roope Hintz | Distraction (MRS) | LW | 23 | 1996-11-17 08:50:42 | Yes | 220 Lbs | 6 ft3 | No | No | No | 2 | ELC | Pro & Farm | 925,000$ | 0$ | 0$ | No | |
Victor Rask | Distraction (MRS) | C | 26 | 1993-03-01 21:26:19 | No | 200 Lbs | 6 ft2 | No | No | No | 4 | ELC | Pro & Farm | 2,500,000$ | 0$ | 0$ | No | Link |
Total Players | Average Age | Average Weight | Average Height | Average Contract | Average Year 1 Salary |
---|---|---|---|---|---|
9 | 27.00 | 198 Lbs | 6 ft1 | 1.00 | 758,333$ |
5 vs 5 Forward | |||||||
---|---|---|---|---|---|---|---|
Line # | Left Wing | Center | Right Wing | Time % | PHY | DF | OF |
1 | 40 | 1 | 2 | 2 | |||
2 | 30 | 1 | 2 | 2 | |||
3 | 20 | 1 | 2 | 2 | |||
4 | 10 | 1 | 2 | 2 |
5 vs 5 Defense | |||||||
---|---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF | |
1 | 40 | 1 | 2 | 2 | |||
2 | 30 | 1 | 2 | 2 | |||
3 | 20 | 1 | 2 | 2 | |||
4 | 10 | 1 | 2 | 2 |
Power Play Forward | |||||||
---|---|---|---|---|---|---|---|
Line # | Left Wing | Center | Right Wing | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | |||
2 | 40 | 1 | 2 | 2 |
Power Play Defense | |||||||
---|---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF | |
1 | 60 | 1 | 2 | 2 | |||
2 | 40 | 1 | 2 | 2 |
Penalty Kill 4 Players Forward | ||||||
---|---|---|---|---|---|---|
Line # | Center | Wing | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | ||
2 | 40 | 1 | 2 | 2 |
Penalty Kill 4 Players Defense | ||||||
---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | ||
2 | 40 | 1 | 2 | 2 |
Penalty Kill 3 Players | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Line # | Wing | Time % | PHY | DF | OF | Defense | Defense | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | 60 | 1 | 2 | 2 | |||
2 | 40 | 1 | 2 | 2 | 40 | 1 | 2 | 2 |
4 vs 4 Forward | ||||||
---|---|---|---|---|---|---|
Line # | Center | Wing | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | ||
2 | 40 | 1 | 2 | 2 |
4 vs 4 Defense | ||||||
---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | ||
2 | 40 | 1 | 2 | 2 |
Last Minutes Offensive | ||||
---|---|---|---|---|
Left Wing | Center | Right Wing | Defense | Defense |
Last Minutes Defensive | ||||
---|---|---|---|---|
Left Wing | Center | Right Wing | Defense | Defense |
Extra Forwards | ||
---|---|---|
Normal | PowerPlay | Penalty Kill |
, , | , |
Extra Defensemen | ||
---|---|---|
Normal | PowerPlay | Penalty Kill |
, , | , |
Penalty Shots |
---|
, , , , |
Goalie |
---|
#1 : , #2 : |
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
Overall | Home | Visitor | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
# | VS Team | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | P | PCT | G | A | TP | SO | EG | GP1 | GP2 | GP3 | GP4 | SHF | SH1 | SP2 | SP3 | SP4 | SHA | SHB | Pim | Hit | PPA | PPG | PP% | PKA | PK GA | PK% | PK GF | W OF FO | T OF FO | OF FO% | W DF FO | T DF FO | DF FO% | W NT FO | T NT FO | NT FO% | PZ DF | PZ OF | PZ NT | PC DF | PC OF | PC NT |
Total | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 | 0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 | 0 | 0 | 0 | 0 | 0 |
Total For Players | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Games Played | Points | Streak | Goals | Assists | Points | Shots For | Shots Against | Shots Blocked | Penalty Minutes | Hits | Empty Net Goals | Shutouts |
0 | 0 | N/A | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
All Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Home Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Visitor Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Last 10 Games | |||||
---|---|---|---|---|---|
W | L | OTW | OTL | SOW | SOL |
0 | 0 | 0 | 0 | 0 | 0 |
Power Play Attemps | Power Play Goals | Power Play % | Penalty Kill Attemps | Penalty Kill Goals Against | Penalty Kill % | Penalty Kill Goals For |
---|---|---|---|---|---|---|
0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 |
Shots 1 Period | Shots 2 Period | Shots 3 Period | Shots 4+ Period | Goals 1 Period | Goals 2 Period | Goals 3 Period | Goals 4+ Period |
---|---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Face Offs | ||||||||
---|---|---|---|---|---|---|---|---|
Won Offensive Zone | Total Offensive | Won Offensive % | Won Defensif Zone | Total Defensive | Won Defensive % | Won Neutral Zone | Total Neutral | Won Neutral % |
0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 | 0 | 0.00% |
Puck Time | |||||
---|---|---|---|---|---|
In Offensive Zone | Control In Offensive Zone | In Defensive Zone | Control In Defensive Zone | In Neutral Zone | Control In Neutral Zone |
0 | 0 | 0 | 0 | 0 | 0 |
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
Day | Game | Visitor Team | Score | Home Team | Score | ST | OT | SO | RI | Link |
---|
Arena Capacity - Ticket Price Attendance - % | ||
---|---|---|
Level 1 | Level 2 | |
Arena Capacity | 2000 | 1000 |
Ticket Price | 35 | 15 |
Attendance | 0.00% | 0.00% |
Attendance PCT | 0.00% | 0.00% |
Income | |||||
---|---|---|---|---|---|
Home Games Left | Average Attendance - % | Average Income per Game | Year to Date Revenue | Arena Capacity | Team Popularity |
41 | 0 - 0.00% | 0$ | 0$ | 3000 | 100 |
Expenses | |||
---|---|---|---|
Year To Date Expenses | Players Total Salaries | Players Total Average Salaries | Coaches Salaries |
0$ | 682,500$ | 682,500$ | 0$ |
Salary Cap Per Days | Salary Cap To Date | Players In Salary Cap | Players Out of Salary Cap |
---|---|---|---|
0$ | 0$ | 0 | 0 |
Estimate | |||
---|---|---|---|
Estimated Season Revenue | Remaining Season Days | Expenses Per Days | Estimated Season Expenses |
0$ | 0 | 0$ | 0$ |
Overall | Home | Visitor | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Year | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | P | G | A | TP | SO | EG | GP1 | GP2 | GP3 | GP4 | SHF | SH1 | SP2 | SP3 | SP4 | SHA | SHB | Pim | Hit | PPA | PPG | PP% | PKA | PK GA | PK% | PK GF | W OF FO | T OF FO | OF FO% | W DF FO | T DF FO | DF FO% | W NT FO | T NT FO | NT FO% | PZ DF | PZ OF | PZ NT | PC DF | PC OF | PC NT |
Playoff | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017 | 19 | 14 | 5 | 0 | 0 | 0 | 0 | 0 | 104 | 74 | 30 | 10 | 6 | 4 | 0 | 0 | 0 | 0 | 0 | 52 | 46 | 6 | 9 | 8 | 1 | 0 | 0 | 0 | 0 | 0 | 52 | 28 | 24 | 28 | 104 | 190 | 294 | 0 | 0 | 17 | 39 | 46 | 2 | 792 | 225 | 278 | 279 | 10 | 626 | 194 | 279 | 390 | 67 | 34 | 50.75% | 62 | 17 | 72.58% | 6 | 129 | 431 | 29.93% | 123 | 369 | 33.33% | 128 | 385 | 33.25% | 430 | 264 | 404 | 169 | 322 | 153 |
2018 | 7 | 3 | 4 | 0 | 0 | 0 | 0 | 0 | 36 | 37 | -1 | 4 | 1 | 3 | 0 | 0 | 0 | 0 | 0 | 20 | 24 | -4 | 3 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 16 | 13 | 3 | 6 | 36 | 67 | 103 | 0 | 0 | 3 | 20 | 13 | 0 | 205 | 39 | 95 | 67 | 4 | 190 | 58 | 69 | 96 | 25 | 12 | 48.00% | 33 | 14 | 57.58% | 1 | 48 | 90 | 53.33% | 50 | 105 | 47.62% | 80 | 155 | 51.61% | 143 | 79 | 158 | 63 | 120 | 59 |
Total Playoff | 26 | 17 | 9 | 0 | 0 | 0 | 0 | 0 | 140 | 111 | 29 | 14 | 7 | 7 | 0 | 0 | 0 | 0 | 0 | 72 | 70 | 2 | 12 | 10 | 2 | 0 | 0 | 0 | 0 | 0 | 68 | 41 | 27 | 34 | 140 | 257 | 397 | 0 | 0 | 20 | 59 | 59 | 2 | 997 | 264 | 373 | 346 | 14 | 816 | 252 | 348 | 486 | 92 | 46 | 50.00% | 95 | 31 | 67.37% | 7 | 177 | 521 | 33.97% | 173 | 474 | 36.50% | 208 | 540 | 38.52% | 573 | 344 | 562 | 233 | 442 | 213 |